You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all other cases, a postfix is added.
Because of this I get "Error registering AppInfo mbean
javax.management.InstanceAlreadyExistsException: kafka.admin.client:type=app-info,id=connector-dlq-adminclient-."
It looks like the ConnectorTaskId should be added.
The text was updated successfully, but these errors were encountered:
Why do we always create an admin client with the same "connector-dlq-adminclient-" id?
kafka/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Worker.java
Line 958 in 54eff6a
For all other cases, a postfix is added.
Because of this I get "Error registering AppInfo mbean
javax.management.InstanceAlreadyExistsException: kafka.admin.client:type=app-info,id=connector-dlq-adminclient-."
It looks like the ConnectorTaskId should be added.
The text was updated successfully, but these errors were encountered: