Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Does Solace have an inbuilt schema registry ?
Does Solace have an inbuilt schema registry ? Is that an open source registry? What problem is the registry solving in Solace?
Answers
-
Hi @rramakrishnan,
There is no in-built schema registry in the PubSub+ broker. The PubSub+ platform stores schema definitions in Event Portal, where you can define not only a schema against an Event, but the topic, the producing and receiving applications, and document the schema and the events that reference it.
You have the option of exporting asyncAPI definitions for your events from Event Portal. You can then generate Spring code from your asyncAPI, or if you use Event Portal integrated connectors such as the Boomi/Solace connector or the Mulesoft/Solace connector, you'll get schema registration AND validation built in.
Event Portal also gives you the option of discovering what events are already flowing across your Event Mesh or Kafka clusters (others coming soon), making it easier to bring schema discipline to existing event flows.
It's a different approach to having a broker side schema registry, but it provides more functionality in an easier to use format we believe. We also think this approach scales better across an enterprise.
2