-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix reporting modified record #720
base: 10.0.x
Are you sure you want to change the base?
Conversation
added service.yml for setting up semaphore pipeline
Merge conflict 10.3.x
* modified logs
[CC-21863] Resolve plugin.discovery error
MINOR: Add diagnostic info for topic partition assignments
|
1 similar comment
|
Problem
https://confluent.slack.com/archives/C06HJ2VFQ5T
While projecting we were changing instance of record from InternalSinkRecord to SinkRecord and while reporting we were using modified records which was causing the original schema of messages to be changed while serialising again.
Solution
Changed the projection logic to not create a new SinkRecord.
Update
kafka-connect-storage-common-parent
to 11.2.5 that has above changesDoes this solution apply anywhere else?
If yes, where?
Test Strategy
Testing done:
Release Plan