praveengopalan commented on issue #277: URL: https://github.com/apache/pulsar-dotpulsar/issues/277#issuecomment-3396377413
@lhotari The sample app and standalone.conf available at https://github.com/praveengopalan/pulsar-minimal curl --location 'http://localhost:64462/api/publish' \ --header 'Content-Type: application/json' \ --data '{ "Content":"Pulsar Test Publish", "MessageCount":500 }' **Steps to reproduce** call '/api/publish' endpoint Expected - 500 message should be published to topic "persistent://viteglobal/Seed/TopicEvent" Actual - only one message published -- 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]
