-
Cloning github repo error
I am not able to clone the github repository while following the steps in the blog by Donald Le https://solace.com/blog/event-driven-architecture-go-application-using-solace-pubsub/ I have SSH key set up yet I am getting the below error. $ git clone git@github.com:cuongld2/shop-service.git Cloning into 'shop-service'...…
-
New blog post for developers | Monthly Solace Developer Community Highlights | November 2022
Below are some of the highlights from the Solace Developer Community in November: Read More › Leave your comments below. Source: https://solace.com/?p=47592
-
How to create a rootless instance of PubSub+ in Ubuntu
As a follow on to my previous post announcing the availability of Rootless Containers with Podman, I recorded a quick video showing how easy it is to create a rootless instance of PubSub+ using Podman with Ubuntu 22.04 installed in WSL on my Windows desktop. With rootless Podman, I was able to create an instance of PubSub+…
-
Do you use Postman? Here is how it would fit in your event-driven system
# What is Postman Postman is an API management platform that gives users the ability to build and test APIs. At its core, Postman is a REST API focused platform and is super developer friendly with CRUD operations where you can GET and POST using REST APIs. Postman has the notion of Collections where you can bundle REST…
-
New blog post for developers | A Guide to Event-Driven Architecture Pros and Cons
Event-driven architecture is a hot topic amongst enterprise architects and software developers these days. But when it comes to the pros and cons of event-driven architecture, not everyone has made up their mind on what they think. Read More › Leave your comments below. Source: https://solace.com/?p=47160
-
New blog post for developers | Monthly Solace Developer Community Highlights | October 2022
A lot of things happened in October. Here are some highlights: Read More › Leave your comments below. Source: https://solace.com/?p=47315
-
New blog post for developers | EDA Summit Series Recap: How to Build a Kafka Mesh
During EDA Summit 2022, Solace chief technology solutions officer Sumeet Puri did a short session on the topic of Kafka Mesh. It was so popular, he and fellow colleague Thomas (TK) Kunnumapurath ran a follow-up session on Sept 29th to explain the concept in a bit more detail and demonstrate how it works. Read More › Leave…
-
New blog post for developers | PubSub+ Event Portal vs Confluent Stream Governance
If your company has started to embrace event-driven architecture (EDA), you’ve probably been considering or struggling with how to manage your “events” with some semblance of governance, reuse and visibility. If that’s you, then read on! Read More › Leave your comments below. Source: https://solace.com/?p=47091
-
New blog post for developers | Monthly Solace Developer Community Highlights | September 2022
I hope my summary post for August has helped you keep abreast of what was going on in the community last month. Now, here are the highlights for September: Read More › Leave your comments below. Source: https://solace.com/?p=47037
-
New blog post for developers | Connect to PubSub+ Manager Using Ping Identity
My colleague Victor and I have previously blogged about how to use OAuth and OpenID Connect (OIDC) to authenticate and authorize Solace message format (SMF) clients with PubSub+ Event Broker. In this post I will explain how to use Ping Identity as an identity provider to authenticate and authorize users of PubSub+ Manager…
-
New blog post for developers | Monthly Solace Developer Community Highlights | August 2022
Thanks to its increasing popularity among developers, more and more things are happening in the Solace Developer Community every day and on a regular basis: new discussions, questions, comments, events, blog posts and tutorials, etc. As such, you may find it difficult to stay on top of what is happening. That is why I am…
-
New blog post for developers | How to Integrate Solace PubSub+ with Snowflake
Snowflake is a data warehouse built for the cloud. It provides enterprises with a cost-effective combination of the power of data warehousing, the flexibility of big data platforms, and the elasticity of the cloud. Snowflake can help you bring together diverse data into one system for data warehousing, query processing,…
-
New blog post for developers | Monthly Feature Highlight Training | August 2022
This month’s training focuses on two new features in PubSub+ 10.1 that both improve upon features we’ve highlighted in previous Monthly Feature Highlights. Read More › Leave your comments below. Source: https://solace.com/?p=46796
-
New blog post for developers | Batch Processing with Spring Cloud Stream Binder for Solace PubSub+
Batch processing in messaging usually means that the code is designed or optimized to process messages in batches instead of one at a time. Usually, the underlying messaging system and the interfaces need to support producing and consuming batches of messages. This makes the system less chatty because data is coming in…
-
New blog post for developers | The Importance of Message Settlement for EDA
There is no doubt that event-driven architecture (EDA) is going mainstream. Every industry – whether it be consumer goods, retailers, banking, aviation, or capital markets – has come to a realization that EDA is no longer a niche architecture but an absolute requirement in order to remain competitive and relevant in the…
-
[Blog post series] Real-Time Use Cases in Capital Markets
Are you working in capital markets? If yes, our new 5-part blog post series “Real-Time Use Cases in Capital Markets” is for you! In this blog series, Himanshu Gupta from Solace discusses five key use cases in capital markets: market data, frontend UIs, order management, reporting/P&L, and risk management. He also explains…
-
New blog post for developers | Event-Driven Architecture Content Round-Up for Developers
As 85% of businesses are striving for event-driven architecture, more and more people, especially developers, have become interested in the topic and are looking for related resources and updates. Since so many things are happening in the event-driven architecture sphere, it is not easy to track the updates when one is…
-
New blog post for developers | Monthly Feature Highlight Training | July 2022
This monthly feature highlight is coming off the heels of the Solace PubSub+ 10.0.1 release, which included a few new features that you don’t need to configure as well as new compatibility and security features for our system logs (syslogs). Read More › Leave your comments below. Source: https://solace.com/?p=46568
-
New blog post for developers | Why Pyth Needs an Event Mesh to Enable Market Data for All
Pyth is an innovative market data distribution protocol that aims to decentralize market data distribution and thereby make it accessible to the masses. Read More › Leave your comments below. Source: https://solace.com/?p=46460
-
New blog post for developers | What We Announced in our June ‘22 PubSub+ Product Update
Yesterday I was joined by a few of the leaders of our product team to debut and demonstrate some of the really cool capabilities we’re adding to PubSub+ Platform. Our main goals these days are to make it easier for enterprises like yours to integrate applications in an event-driven manner, and to manage the resulting event…
-
New blog post for developers | Event-Driven Machine Learning: A Stock Trading Session Demo
Machine learning is an element of artificial intelligence, namely use of computer algorithms (machines) that can automatically adapt and theoretically improve their operation (learn) by building a model based on sample data, making predictions about the outcome of particular action it decides to take, and factoring the…
-
New blog post for developers | Monthly Feature Highlight Training | May 2022
The end of April brought with it Solace PubSub+ Event Broker version 10, the latest major release of our event broker. Whether you’re using appliances or software brokers, version 10 has some fantastic new features, so the next few monthly feature highlights will be focusing on all the great stuff version 10 is giving us.…
-
[New blog post for developers] An Open Source Approach to Delaying Message Redelivery Attempts
by Thomas Kunnumpurath In this post, I’d like to introduce an open source project I developed to delay redelivery attempts when messages aren’t successfully delivered. I’ll introduce its internal design and then dive into how I took advantage of an interesting Java construct and Java Streams to build out the functionality…
-
How to Build a Hybrid/Multi-Cloud Event Mesh in Minutes
So you want to build a multi-Cloud event mesh that spans three continents and share events between them? This video walks you through the beta Mesh Manager feature of PubSub+ Cloud and shows you how you can complete that task using Mesh Manager in just a couple of mouse clicks. Watch the 3-minute video at…
-
[New blog post] How to generate dynamic topics from REST input headers
Version 9.11 of the Solace PubSub+ Event Broker introduced a great new feature for REST Delivery Points (RDP) to enable post request targets and HTTP request headers to be generated dynamically using substitution expressions. This new feature can be used on egress to enable message specific variables, such as part of the…
-
Tutorial: Teaching How to Use the Solace MuleSoft Connector
Late October, Solace released the PubSub+ Connector for MuleSoft Anypoint Platform 1.0.0. You can see the release notes here and download it from MuleSoft Exchange. To help developers to learn how to use the connector, community member @citurria has written the tutorial (Thank you, Carlos!). The following is an excerpt of…
-
[New blog post for developers] Documenting Your Event Driven Architecture in 5 Steps
As organizations look to adopt an event-driven architecture, they might find difficulty in documenting the design process, understanding how changes might impact services, and how to verify that the runtime matches the intended design. In this blog post, Leah Robert looks at the step-by-step process on how to document your…
-
[New blog post for developers] Solace PubSub+ vs Kafka: Multi-Site Architecture
This blog post compares how Apache Kafka and Solace PubSub+ each enable event streaming across multi-site systems. The blog post answers the following questions: * Why is Multi-Site Architecture Important? * How Does Kafka Enable Multi-Site Architecture? * How Does Solace Enable Multi-Site Architecture? Read the full blog…
-
[Blog post for developers] Designing the flow of events at an asset management firm
If you are an architect or a developer at an asset management firm, I want to make your job a bit easier by showing you a system and a platform that can help you understand the flow of event-driven information throughout your organization. For starters, imagine being asked to explain your entire workflow to an…
-
[Blog post for developers] PubSub+ Message Handling Features: Reject-Message-to-Sender-on-Discard
In this blog post, Leah Robert covers the persistent messaging feature Reject Message to Sender on Discard, a long name, and an important endpoint property for defining certain scenarios when publishers should receive negative acknowledgements. This blog post explains: * What is the Reject-to-Sender endpoint property? *…