sajjad-moradi opened a new pull request, #8986:
URL: https://github.com/apache/pinot/pull/8986
## Description
This PR adds support for pause/resume consumption on realtime table without
disabling the table. The following endpoints on controller can be used to
pause/resume consumption:
- /tables/{tableName}/pauseConsumption
- /tables/{tableName}/resumeConsumption
- /tables/{tableName}/consumptionStatus
For more design details, please refer to this
[doc](https://docs.google.com/document/d/1uuXuif0SfMTnH3ykfuzXXNjh-LyszjilodD_mdlilZg/edit#heading=h.reqaryi1pqib).
Note that this PR will solve the following issues:
[#6302](https://github.com/apache/pinot/issues/6302),
[#7280](https://github.com/apache/pinot/issues/7280),
[#6854](https://github.com/apache/pinot/issues/6854),
[#6679](https://github.com/apache/pinot/issues/6679),
[#7100](https://github.com/apache/pinot/issues/7100), and
[#7039](https://github.com/apache/pinot/issues/7039).
## Testing Done
Verified the desired behavior locally by running
LLRealtimeClusterIntegrationTest and using the endpoints to pause, resume, and
get the consumption status.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]