Richard-Yi opened a new issue #13687: URL: https://github.com/apache/pulsar/issues/13687
I want to implement a custom feature on pulsar. the feature can be simply described as below: 1. send a message to topic_1 2. generate a new message after sending complete and send the new message to topic_2 The feature works fine in standalone mode. However, after testing, I found that broker can't publish messages to topic_2 in a cluster mode, because topic_1 and topic_2 are not in the same broker. My question is, is pulsar currently able to implement the above requirements and is there a wrapped API for it? Or it's a must that both topics must be on the same broker. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
