You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/23 11:14:38 UTC

[GitHub] rdhabalia opened a new pull request #711: Fix lookup for non-persistent topic based on correct destination-domain

rdhabalia opened a new pull request #711: Fix lookup for non-persistent topic based on correct destination-domain
URL: https://github.com/apache/incubator-pulsar/pull/711
 
 
   ### Motivation
   
   Right now, `non-persistent` topic lookup calculates bundle-hash by considering destination-domain as `persistent` instead of `non-persistent`.
   
   ### Modifications
   
   Find bundle of the topic based on appropriate `destination-domain`.
   
   ### Result
   
   It's a **BREAKING-CHANGE** as previous versions of brokers may calculate hash of the topic with different value. But, `non-persistent` documentation already says that this feature is still in experimental phase and API can have breaking changes.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services