afireinside09 commented on PR #8658:
URL: https://github.com/apache/kafka/pull/8658#issuecomment-1124340583
Sorry for resurrecting an old thread but I'm still experiencing this in
Kafka 2.6.2 with Java kafka-clients 2.6.2.
```
ClientQuotaEntity clientEntity;
if (clientId.equals(ConfigEntityName.Default())) {
clientEntity = new
ClientQuotaEntity(Map.of(ClientQuotaEntity.CLIENT_ID, null));
} else {
clientEntity = new
ClientQuotaEntity(Map.of(ClientQuotaEntity.CLIENT_ID, clientId));
}
```
What am I missing here so that the `<default>` string doesn't get sanitized
when the entity name gets written to Zookeeper?
--
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]