rdhabalia opened a new pull request #6139: [pulsar-kafka] support 
block-producer on queue-full with sendTimeOut configuration
URL: https://github.com/apache/pulsar/pull/6139
 
 
   ### Motivation
   Right now, pulsar-kafka producer block the publish when queue is full if 
`sendTimeOut > 0`. However, we have multiple users who want to configure 
`sendTimeOut` but doesn't want to block the thread and need immediate failure.
   So, add option to configure `BLOCK_IF_PRODUCER_QUEUE_FULL` and it will not 
impact existing behavior because if the `BLOCK_IF_PRODUCER_QUEUE_FULL` doesn't 
exist then it will fallback to existing behavior.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to