DonHaul commented on issue #9873:
URL: https://github.com/apache/pulsar/issues/9873#issuecomment-797371709


   We are using it, not for the pub/sub but for it realtime capabilities and 
these persistent storage features (which are actually from bookkeeper). We also 
use it for reliability as if any messages failed to be consumed, they are still 
stored and can be consumed later.
   Our program stores xml documents on bookkeeper and the consumer is 
responsible for creating references to it in an external db for with some of 
the fields on the xml. So say it stores field <name></name> (and some other 
fields) as well as a reference to the MessageID so that it can fetch the whole 
document if necessary.
   
   Is blobit designed for realtime and reliability features? @eolivelli 


----------------------------------------------------------------
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:
[email protected]


Reply via email to