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

source converter support configure #55

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

elgca
Copy link

@elgca elgca commented Oct 9, 2019

The configuration of the source converter is not supported. I can't set schema.enable = false when I use JsonConverter. It also cannot set the schema.registry.url for KafkaAvroDeserializer.

{
    ...
    "source.key.converter" : "org.apache.kafka.connect.json.JsonConverter",
    "source.key.converter.schemas.enable" : "false",
    "source.value.converter" : "org.apache.kafka.connect.json.JsonConverter",
    "source.value.converter.schemas.enable" : "false",
    ...
}

@salesforce-cla
Copy link

salesforce-cla bot commented Oct 9, 2019

Thanks for the contribution! Before we can merge this, we need @elgca to sign the Salesforce.com Contributor License Agreement.

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

Successfully merging this pull request may close these issues.

None yet

1 participant