[ 
https://issues.apache.org/jira/browse/KAFKA-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16819743#comment-16819743
 ] 

Boyang Chen commented on KAFKA-8246:
------------------------------------

`boolean validChar = (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || (c >= 
'A' && c <= 'Z') || c == '.' || ...`

we should consider a regex approach for Topic and group.instance.id charset 
constraints

> refactor topic/group instance id validation condition
> -----------------------------------------------------
>
>                 Key: KAFKA-8246
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8246
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Boyang Chen
>            Assignee: Boyang Chen
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to