Force commit the current segments in consuming state and restart consumption. This should be used after schema/table config changes. Please note that this is an asynchronous operation, and 200 response does not mean it has actually been done already.If specific partitions or consuming segments are provided, only those partitions or consuming segments will be force committed.
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Comma separated list of partition group IDs to be committed
Comma separated list of consuming segments to be committed
Max number of consuming segments to commit at once (default = Integer.MAX_VALUE)
How often to check whether the current batch of segments have been successfully committed or not (default = 5)
Timeout based on which the controller will stop checking the forceCommit status of the batch of segments and throw an exception. (default = 180)
successful operation
The response is of type object
.
Force commit the current segments in consuming state and restart consumption. This should be used after schema/table config changes. Please note that this is an asynchronous operation, and 200 response does not mean it has actually been done already.If specific partitions or consuming segments are provided, only those partitions or consuming segments will be force committed.
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Comma separated list of partition group IDs to be committed
Comma separated list of consuming segments to be committed
Max number of consuming segments to commit at once (default = Integer.MAX_VALUE)
How often to check whether the current batch of segments have been successfully committed or not (default = 5)
Timeout based on which the controller will stop checking the forceCommit status of the batch of segments and throw an exception. (default = 180)
successful operation
The response is of type object
.