The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group LLC. All rights reserved. This page and your use is governed by these
Terms of Use.
Further to Deepak's comment, small enhancements to the existing Kafka adapters to allow specifying the Pulsar Kafka wrapper constructors might give a quick, presumably interim way to implement a Pulsar<-->Streaming integration.
See https://pulsar.apache.org/docs/adaptors-kafka/
Kafka client/Connector can be used to speak to Pulsar cluster directly Kop(Kafka on Pulsar) protocol. This should be looked into before implementing the Apache Pulsar connector.