Is there any feature using which we can `pause` co...
# general
r
Is there any feature using which we can
pause
consumption of realtime table registered on kafka stream without disabling the table(which indirectly removes all the data for a table). One use case where I want to try it out: • scale-out and scale-in of the realtime servers. If we have this functionality we can serve the latest data upto few min delay.
s
There's an ongoing effort to support pause/resume consumption without disabling the table. Design doc has been reviewed. I'll create a PR shortly. Will update you on this thread when the PR is out.
👍 2
Here is the PR for you to track: https://github.com/apache/pinot/pull/8986
❤️ 1