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 2021/04/13 09:55:45 UTC

[GitHub] [pulsar] lly00 opened a new issue #10212: Support key shared mode-sticky consistent hashing in C++ client

lly00 opened a new issue #10212:
URL: https://github.com/apache/pulsar/issues/10212


   **Is your feature request related to a problem? Please describe.**
   Currently there is no support for configuring sticky hash ranges in C++ client while using key shared mode. Although we can set key shared mode as STICKY in [KeySharedPolicy.h](https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/include/pulsar/KeySharedPolicy.h ), there seems to be no way to specify the sticky hash range. 
   
   **Describe the solution you'd like**
   Add interface and implementation to specify sticky hash range in case to actually use sticky consistent hashing in C++ client. 
   
   **Additional context**
   None


-- 
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 issue #10212: Support key shared mode-sticky consistent hashing in C++ client

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10212:
URL: https://github.com/apache/pulsar/issues/10212#issuecomment-1058891504


   The issue had no activity for 30 days, mark with Stale label.


-- 
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



[GitHub] [pulsar] k2la commented on issue #10212: Support key shared mode-sticky consistent hashing in C++ client

Posted by GitBox <gi...@apache.org>.
k2la commented on issue #10212:
URL: https://github.com/apache/pulsar/issues/10212#issuecomment-868219157


   https://github.com/apache/pulsar/pull/11088 implements this.


-- 
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