Saumya Upadhyay
05/04/2022, 11:33 AMKartik Khare
05/04/2022, 11:44 AMRealtimeSegmentValidationManager
perioidic job runs and start consumers for new partitions. You can configure the interval for this job using controller.realtime.segment.validation.frequencyPeriod
in controller configuration;Kartik Khare
05/04/2022, 11:47 AMcurl -X GET "<http://localhost:9000/periodictask/run?taskname=RealtimeSegmentValidationManager&tableName=your-table-name>" -H "accept: application/json"
Where you need to replace host:port with your controller host:port
and your-table-name
with appropriate valueSaumya Upadhyay
05/04/2022, 11:50 AM