Skip to content

[fix][doc] Fix invalid parameter topicName in sink config#15255

Merged
RobertIndie merged 1 commit intoapache:masterfrom
RobertIndie:doc-fix-sink-topicName
Apr 22, 2022
Merged

[fix][doc] Fix invalid parameter topicName in sink config#15255
RobertIndie merged 1 commit intoapache:masterfrom
RobertIndie:doc-fix-sink-topicName

Conversation

@RobertIndie
Copy link
Member

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

  • doc
    (Your PR contains doc changes)

@Technoboy- Technoboy- added this to the 2.11.0 milestone Apr 21, 2022
@Technoboy- Technoboy- added the doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. label Apr 21, 2022
@RobertIndie RobertIndie merged commit df9f4c2 into apache:master Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/connector doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants