e-mhui opened a new pull request, #5706:
URL: https://github.com/apache/inlong/pull/5706
### Prepare a Pull Request
[INLONG-5703][Manager] Get separator from enum 'DataSeparator' and remove
fieldDelimiter from properties of PulsarSource
- Fixes #5703
### Motivation
- DataSeparator is an ascii code, so we should get separator from enum
`DataSeparator `
- if not remove fieldDelimiter, it will be parse into sql option. for
example:
```
"properties": {
"properties.auth-params":
"token:eyJrZXlJZCI6InB1bHNhci1vcDQ4OG5nYThtZW8iLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJwdWxzYXItb3A0ODhuZ2E4bWVvX2F1dG8tZGV2MTI1NzMwNTE1ODIwMjIwODE0MjI0NzIwIn0.cG3huJk1tcVEQSZvz-7zS-yr3XIypgVNJzFdLpREYdI",
"properties.auth-plugin-classname":
"org.apache.pulsar.client.impl.auth.AuthenticationToken",
"fieldDelimiter": "|"
}
```
--
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]