gyfora opened a new pull request #18933:
URL: https://github.com/apache/flink/pull/18933
## What is the purpose of the change
Introduce setProperty method to KafkaSinkBuilder to align it with source
builder.
## Brief change log
- *Added setProperty method*
## Verifying this change
Added KafkaSinkBuilderTest to test new functionality + modified existing
tests to cover this
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): No
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: Yes
- The serializers: No
- The runtime per-record code paths (performance sensitive): No
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: No
- The S3 file system connector: No
## Documentation
- Does this pull request introduce a new feature? yes
- If yes, how is the feature documented? javadoc
--
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]