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 2020/05/29 23:42:43 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7107: Fixed KeyShared routing when messages are sent in batches of 1

merlimat opened a new pull request #7107:
URL: https://github.com/apache/pulsar/pull/7107


   Note: this is based on top of #6791, #7104, #7105 and #7106. Once these are merged, I'll rebase here. For the sake of this review, check commit 0ce0177dc
   
   ### Motivation
   
   When messages are published in batches of 1 message (eg: from Go native client lib), the KeyShared dispatcher is failing to extract the key from the first message in batch, instead everything is routed using `NONE_KEY`, landing on 1 single consumer.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on pull request #7107: Fixed KeyShared routing when messages are sent in batches of 1

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on pull request #7107:
URL: https://github.com/apache/pulsar/pull/7107#issuecomment-639233621


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #7107: Fixed KeyShared routing when messages are sent in batches of 1

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #7107:
URL: https://github.com/apache/pulsar/pull/7107


   


----------------------------------------------------------------
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:
users@infra.apache.org