RobertIndie opened a new pull request, #15255:
URL: https://github.com/apache/pulsar/pull/15255
### Motivation
The parameter `topicName` in the sink connector config does not exists. But
some documentation on the sink connector still uses it.
If we only set the topic of the sink connector to topicName in the config
file. Then we will get the error like:
```
Must specify at least one topic of input via topicToSerdeClassName,
topicsPattern, topicToSchemaType or inputSpecs
```
We need to replace it with `inputs`.
### Modifications
* Replace `topicName` with `inputs` in the doc of sink connectors.
### Documentation
- [x] `doc`
(Your PR contains doc changes)
--
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]