mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Fix the CLIENT_QUOTA_CALLBACK_CLASS_CONFIG document (#18713)
See the discussion:
7fa0dfd72d (r1929621640)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									7da9457b36
								
							
						
					
					
						commit
						bbe27e65a3
					
				|  | @ -54,6 +54,7 @@ public class QuotaConfig { | |||
|     public static final String CLIENT_QUOTA_CALLBACK_CLASS_CONFIG = "client.quota.callback.class"; | ||||
|     public static final String CLIENT_QUOTA_CALLBACK_CLASS_DOC = "The fully qualified name of a class that implements the ClientQuotaCallback interface, " + | ||||
|             "which is used to determine quota limits applied to client requests. " + | ||||
|             "By default, the <user> and <client-id> quotas that are stored and applied. " +  | ||||
|             "For any given request, the most specific quota that matches the user principal of the session and the client-id of the request is applied."; | ||||
| 
 | ||||
|     public static final String LEADER_REPLICATION_THROTTLED_REPLICAS_CONFIG = "leader.replication.throttled.replicas"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue