mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Fix the doc of scheduled.rebalance.max.delay.ms config property (#7242)
Author: Konstantine Karantasis <konstantine@confluent.io> Reviewer: Randall Hauch <rhauch@gmail.com>
This commit is contained in:
		
							parent
							
								
									5b4e749dc6
								
							
						
					
					
						commit
						d7f8ec8628
					
				|  | @ -144,7 +144,10 @@ public class DistributedConfig extends WorkerConfig { | ||||||
|      * <code>connect.protocol</code> |      * <code>connect.protocol</code> | ||||||
|      */ |      */ | ||||||
|     public static final String SCHEDULED_REBALANCE_MAX_DELAY_MS_CONFIG = "scheduled.rebalance.max.delay.ms"; |     public static final String SCHEDULED_REBALANCE_MAX_DELAY_MS_CONFIG = "scheduled.rebalance.max.delay.ms"; | ||||||
|     public static final String SCHEDULED_REBALANCE_MAX_DELAY_MS_DOC = "Compatibility mode for Kafka Connect Protocol"; |     public static final String SCHEDULED_REBALANCE_MAX_DELAY_MS_DOC = "The maximum delay that is " | ||||||
|  |             + "scheduled in order to wait for the return of one or more departed workers before " | ||||||
|  |             + "rebalancing and reassigning their connectors and tasks to the group. During this " | ||||||
|  |             + "period the connectors and tasks of the departed workers remain unassigned"; | ||||||
|     public static final int SCHEDULED_REBALANCE_MAX_DELAY_MS_DEFAULT = Math.toIntExact(TimeUnit.SECONDS.toMillis(300)); |     public static final int SCHEDULED_REBALANCE_MAX_DELAY_MS_DEFAULT = Math.toIntExact(TimeUnit.SECONDS.toMillis(300)); | ||||||
| 
 | 
 | ||||||
|     static { |     static { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue