You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/01 15:46:56 UTC

[GitHub] [flink] syhily commented on pull request #19285: [FLINK-26931] Make the producer name and consumer name unique in Pulsar

syhily commented on pull request #19285:
URL: https://github.com/apache/flink/pull/19285#issuecomment-1086060090


   > One last high-level question (it's been a while since I reviewed the Pulsar connector): Unique IDs are not stable after failure as far as I can see, could we lose data after recovery somehow? Or are the IDs only used to distribute the load?
   
   This unique id is just like a naming for different produce/consumer instances on Pulsar. The correctness of data when producing and consuming depends on the Pulsar transaction.


-- 
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: issues-unsubscribe@flink.apache.org

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