yihua opened a new pull request #4161:
URL: https://github.com/apache/hudi/pull/4161
## What is the purpose of the pull request
This PR fixes the bug where the Hudi Kafka Connect Sink does not respect
Java-engine-specific configs, particularly the marker type. By default, Kafka
Connect Sink using Java client should use direct markers by default. Before
this fix, that's not the case due to the way of building the configs.
## Brief change log
- Adds `EngineType.JAVA` as the engine type when building the write config
in Kafka Connect writers.
## Verify this pull request
Run Kafka Connect Sink locally and verify that without setting the marker
type, direct markers are used.
## Committer checklist
- [ ] Has a corresponding JIRA in PR title & commit
- [ ] Commit message is descriptive of the change
- [ ] CI is green
- [ ] Necessary doc changes done or have another open PR
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
--
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]