Skip to content
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

Kafka connect sink adaptor to support non-primitive schemas #10410

Merged
merged 4 commits into from
Jun 10, 2021

Conversation

dlg99
Copy link
Contributor

@dlg99 dlg99 commented Apr 27, 2021

Motivation

Add support of non-primitive schemas (avro, json) to kafka adaptor sink.

Modifications

Added schema support.

Verifying this change

  • Make sure that the change passes the CI checks.

This change added tests and can be verified as follows:

Added unit tests

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): kind of. Confluent dependency version was listed twice in pom file, with different version. Fixed that, left the newer version.
  • The public API: no
  • The schema: no
  • The default values of configurations: no
  • The wire protocol: no
  • The rest endpoints: no
  • The admin cli options: no
  • Anything that affects deployment: no

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

@dlg99
Copy link
Contributor Author

dlg99 commented Apr 27, 2021

only the last commit is relevant here; the rest are from parent PR

@dlg99 dlg99 force-pushed the kafka-connect-adaptor-schema branch 2 times, most recently from dca5452 to a7db773 Compare June 2, 2021 21:23
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM

I left one comment (possibly one bug, we should add a test case for KV if it is missing)
and one code style suggestion (not a big deal)

@dlg99 dlg99 requested a review from eolivelli June 3, 2021 15:26
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sijie the patch is ready for review

@dlg99
Copy link
Contributor Author

dlg99 commented Jun 7, 2021

@codelipenghui Can you take a look please?

@eolivelli eolivelli merged commit cf50da3 into apache:master Jun 10, 2021
@merlimat merlimat modified the milestones: 2.9.0, 2.8.0 Jun 10, 2021
codelipenghui pushed a commit that referenced this pull request Jun 11, 2021
eolivelli pushed a commit to datastax/pulsar that referenced this pull request Jun 14, 2021
yangl pushed a commit to yangl/pulsar that referenced this pull request Jun 23, 2021
@dlg99 dlg99 deleted the kafka-connect-adaptor-schema branch October 14, 2021 23:30
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants