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

Support messages in Avro format #58

Open
berndruecker opened this issue Jul 13, 2021 · 1 comment
Open

Support messages in Avro format #58

berndruecker opened this issue Jul 13, 2021 · 1 comment
Labels

Comments

@berndruecker
Copy link
Collaborator

berndruecker commented Jul 13, 2021

Context:

Now there are two possibilities:

  1. Convert messages from/to Json/Avro when they come in/go out. Maybe transforms (Use Kafka Connect "Single Message Transforms" instead of custom JsonPath #18) can do this and there is no need to do changes in this connector
  2. Extend the connector to be more flexible on this, for example in the sink it might be the https://github.com/camunda-community-hub/kafka-connect-zeebe/blob/master/src/main/java/io/zeebe/kafka/connect/sink/message/JsonRecordParser.java#L49 and in the source around
    private SourceRecord transformJob(final ActivatedJob job) {

We should first explore if "transforms" do the trick (in this case adding some documentation might be sufficient).

@berndruecker
Copy link
Collaborator Author

berndruecker commented Jul 13, 2021

Googling around I found this interesting thread: https://groups.google.com/g/confluent-platform/c/OGuOCkEKoeA.

My summary:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant