Add support for Apache Pulsar as a message transport layer #1561
Replies: 4 comments 6 replies
-
Hi @RobertIndie, sounds great! I'll check the codebase and come back with a more detailed description! |
Beta Was this translation helpful? Give feedback.
-
Update: I have created a draft PR #1576 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
cc #1584 |
Beta Was this translation helpful? Give feedback.
-
Currently, Apache StreamPipes support 4 message protocols as the message transport layer:
jms
,kafka
,mqtt
andnats
. Apache Pulsar is also a commonly used messaging protocol. I propose to add support for the Apache Pulsar.But when I looked into the code, I found it was more complex than just adding a module. We also need to add special handling logic elsewhere. Such as
streampipes/streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/matching/DataSetGroundingSelector.java
Lines 55 to 83 in e271aa2
I am wondering if there is a relevant guide or example PR that could help me implement this.
Beta Was this translation helpful? Give feedback.
All reactions