mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Fix kafka-site formatting (#14419)
Reviewers: Satish Duggana <satishd@apache.org>, Josep Prat <jlprat@apache.org>
This commit is contained in:
		
							parent
							
								
									47a1a7c70e
								
							
						
					
					
						commit
						9e5ca8416d
					
				| 
						 | 
					@ -777,7 +777,7 @@ public class StreamsConfig extends AbstractConfig {
 | 
				
			||||||
    @SuppressWarnings("WeakerAccess")
 | 
					    @SuppressWarnings("WeakerAccess")
 | 
				
			||||||
    public static final String RACK_AWARE_ASSIGNMENT_NON_OVERLAP_COST_CONFIG = "rack.aware.assignment.non_overlap_cost";
 | 
					    public static final String RACK_AWARE_ASSIGNMENT_NON_OVERLAP_COST_CONFIG = "rack.aware.assignment.non_overlap_cost";
 | 
				
			||||||
    public static final String RACK_AWARE_ASSIGNMENT_NON_OVERLAP_COST_DOC = "Cost associated with moving tasks from existing assignment. This config and <code>" + RACK_AWARE_ASSIGNMENT_TRAFFIC_COST_CONFIG + "</code> controls whether the "
 | 
					    public static final String RACK_AWARE_ASSIGNMENT_NON_OVERLAP_COST_DOC = "Cost associated with moving tasks from existing assignment. This config and <code>" + RACK_AWARE_ASSIGNMENT_TRAFFIC_COST_CONFIG + "</code> controls whether the "
 | 
				
			||||||
        + "optimization algorithm favors minimizing cross rack traffic or minimize the movement of tasks in existing assignment. If set a larger value <code>" + RackAwareTaskAssignor.class.getName() + "<code/> will "
 | 
					        + "optimization algorithm favors minimizing cross rack traffic or minimize the movement of tasks in existing assignment. If set a larger value <code>" + RackAwareTaskAssignor.class.getName() + "</code> will "
 | 
				
			||||||
        + "optimize to maintain the existing assignment. The default value is null which means it will use default non_overlap cost values in different assignors.";
 | 
					        + "optimize to maintain the existing assignment. The default value is null which means it will use default non_overlap cost values in different assignors.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue