Hi all I have a question, does kafka mirror2.0 mirror kafka users(created by kafka-configs.sh dynamically) and kafka acls(topic/group)?
I setup below fields in mirror config file, and I think kafka mirror2.0 should mirror users and acls(topic/group) into remote cluster, but I see only part of acl are mirrored, basically missing users and group info. topics=.* groups=.* sync.topic.acls.enabled = true I manually created kafka user and acl in remote kafka cluster and then mirror works on copying message, do I miss some configuration? I think kafka user and acls(topic/group) should be automatically mirrored... Thanks -Calvin