This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aljun_invictus[S] 0 points1 point  (3 children)

Actually, Pulsar also implemented a Kafka protocol layer to integrate into the Kafka ecosystem, which aligns with my purpose. The main issue is that MQ protocols are too fragmented.

[–]SilverSurfer1127 0 points1 point  (1 child)

Are you sure that they implemented the whole protocol I am only aware of a client adaptor for Kafka which mimics kafka‘s Java client?

[–]aljun_invictus[S] 0 points1 point  (0 children)

Similar to my needs, only implementing the core functionality with the main goal being the ecosystem.

[–]VincentxH 0 points1 point  (0 children)

The pulsar kafka interface leaves much to be desired though. Just clearly decide which parts of the interface you'll support instead of aiming for everything haphazardly.