usmandap commented on issue #214: URL: https://github.com/apache/pulsar-client-python/issues/214#issuecomment-2132155074
@merlimat I am able to resolve the issue if I call PULSAR_PRODUCER.send() inside a celery task. Seems like the main thread which is handling all the http requests from the load balancer is not able to send message to pulsar topic. Now I have 2 options left either I should keep sending the message as a celery task or I should keep creating a new producer before each send operation. Any thoughts and suggestions would be highly valuable. -- 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]
