You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/28 19:44:29 UTC

[GitHub] [pulsar] michaeljmarshall commented on pull request #18156: Retry producing on next partition if possible when a partit…

michaeljmarshall commented on PR #18156:
URL: https://github.com/apache/pulsar/pull/18156#issuecomment-1295394759

   Since the PIP requires changing how the partitioned producer sends messages to individual partitions, it might also be worth seeing if we can also make it possible to configure the producer so that it only routes messages to partitions where the partition level producer is connected. That solution still has race conditions (the producer might be disconnected after routing), but it could help prevent unnecessary build up of messages in scenarios where the producer is agnostic on which partition to send to.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org