doris-flink-connector
doris-flink-connector copied to clipboard
[Improve] add label replace when label not meet the specifications
Proposed changes
Issue Number: close #xxx
Problem Summary:
- When the table name is too long, the concatenated label will be greater than 128 characters.
- When the table name contains Chinese characters, it cannot be concatenated because the HTTP request header cannot contain Chinese characters.
Checklist(Required)
- Does it affect the original behavior: (Yes/No/I Don't know)
- Has unit tests been added: (Yes/No/No Need)
- Has document been added or modified: (Yes/No/No Need)
- Does it need to update dependencies: (Yes/No)
- Are there any changes that cannot be rolled back: (Yes/No)
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...