k2v-academy / K2View-Academy

Other
0 stars 0 forks source link

Supporting Apache Pulsar #157

Closed pWIqmFHmGnqqlIyFDwZIlw1JWRHoo8AgicH1IWD closed 3 years ago

pWIqmFHmGnqqlIyFDwZIlw1JWRHoo8AgicH1IWD commented 3 years ago

Hi,

Does Fabric support Apache Pulsar streaming platform? Are there any examples to show connectivity with Puslar?

Thanks, Hardik

i7QC2njzxHCc0LYBqCh0HQf30xF2DYuJjqtFbNe commented 3 years ago

Hi,

Fabric doesn't support Pulsar as a direct connector, but you can explore the option of Pulsar adopters to Kafka or if there are Pulsar bridging solutions to JMS, as Fabric knows how to connect to any JMS queue.

i7QC2njzxHCc0LYBqCh0HQf30xF2DYuJjqtFbNe commented 3 years ago

link to Purlsar bridging solution to Kafka

http://pulsar.apache.org/docs/en/adaptors-kafka/

pWIqmFHmGnqqlIyFDwZIlw1JWRHoo8AgicH1IWD commented 3 years ago

Thanks, Lion. I will take a look into it.