ableegoldman commented on code in PR #16074:
URL: https://github.com/apache/kafka/pull/16074#discussion_r1614394411
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -980,6 +983,11 @@ public class StreamsConfig extends AbstractConfig {
null,
Importance.MEDIUM,
RACK_AWARE_ASSIGNMENT_TRAFFIC_COST_DOC)
+ .define(TASK_ASSIGNOR_CLASS_CONFIG,
+ Type.STRING,
+ null,
Review Comment:
note: as discussed, the above is the eventual plan, but won't be implemented
until we have the new HAAssignor to switch over to. For now, if neither config
is set, we'll default to the old config assignor (ie the current/original HA
assignor)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]