kishoreg commented on issue #3717: kafka consume problem
URL: 
https://github.com/apache/incubator-pinot/issues/3717#issuecomment-458350098
 
 
   @mcvsubbu ability to stop consuming events but still be able to query is a 
valid requirement. For e.g. there was a bug upstream and its pushing bad data 
or a large volume of data to Kafka. It's better to stop consumption but be able 
to serve whatever is already consumed.
   
   I think it should be as simple as pausing the PinotController so that new 
segments are not created. It's probably ok to let the current consuming segment 
finish.
   
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to