-
Solace Beta Opportunity: Join the Solace Community Kafka Crush!
Calling all Solace Community members! Solace's Integrated Kafka Bridge is designed to simplify the deployment and amplify the benefits of a Kafka Mesh and to enable message translation between Solace and Kafka brokers! This feature is in great shape with just a couple of bugs and some work to be done around resource…
-
Let Solace act like it is Kafka to Kafka Consumers
I would like to connect apache Druid to Solace. However, it seems Druid doesn't support any of the connection types that Solace offers: One of the solutions would be if Solace offered Kafka consumers the possibility to directly connect to Solace, where Solace acts like it is kafka to them. Is this something that's a)…
-
How to turn on keepalive for kafka connector
HI all, we are using both pubsubplus source and sink kafka connectors: https://github.com/SolaceProducts/pubsubplus-connector-kafka-source However, we hit the issue that connection drop from time to time and our VPN admin suggest that our connection don't have keepalive enabled, he send me this page for the keep alive…
-
[Video] Introducing Integrated Kafka Client Bridge
Kafka and Solace brokers work together to deliver capabilities that Kafka wasn't designed for such as enabling multiple connectors, filtering and sequence preservation, and hybrid-mesh scenarios. Watch the short video clip
-
Integrating the Solace Kafka Sink Connector with Confluent Schema Registry
Avro is a common message format used for Kafka records. Large Kafka implementations leveraging Avro often use the Confluent Schema Registry to ensure uniform record schemas across publishers and subscribers. When using the Solace PubSub+ Kafka Connectors to publish Kafka records as Solace PubSub+ events, it may be…
-
PubSub+ Connector for Kafka Connect 2.1.0 is available now!
PubSub+ Connector for Kafka Connect 2.1.0 has been released and is available for download now. Release Summary: * (Sink) Added the capability for record processor implementations to be configurable through the connector configuration. * (Sink) Added the sol.emit.kafka.record.headers.enabled connector configuration option…
-
Solace with multi threading environment
How to use Solace in a multithreading environment, similar to kafka consumers with multiple partitions.
-
Comparing Kafka and Solace PubSub+ Event Brokers
We get queries quite a bit asking for a comparison of Solace Event Brokers vs. Kafka and when to use each or both. I figured it might be useful to create a post in the community that aggregates a bunch of resources that might be useful in one place. 👉 Please Comment Below if you find any useful resources that I'm missing…
-
[New Video] Event Topics: Kafka vs Solace Implementations
https://video.solace.com/watch/DeMUHktSKDKCbf5kXh4YJZ When you build operational and distributed applications and microservices using event-driven architecture and the pub/sub pattern, it is important to consider how you define your event topics. Do you want to use the flat topic structure by Kafka or an advanced event…
-
Solace integration with Kafka over TCPS failing
I am trying to connect Solace cloud broker with Kafka. I have a topic in Solace cloud. I want to subscribe into the Solace topic through the pub-sub-plus source connector. Here are my Source Connector Configuration: { "name": "solaceSource", "config": { "name":"solaceSource", "kafka.topic":"solace-connector-test",…