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

Have CamelKafkaConnectorCatalog working with bundled jar #554

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Oct 9, 2020

No description provided.

@apupier
Copy link
Contributor Author

apupier commented Oct 9, 2020

I'm not using the CatalogHelper from Camel core catalog because there are specific transformations done when loading with Kafka

if (connector.equalsIgnoreCase("camel-coap-tcp-source")) {
connectorsName.add("camel-coap+tcp-source");
} else if (connector.equalsIgnoreCase("camel-coaps-tcp-source")) {
connectorsName.add("camel-coaps+tcp-source");
} else if (connector.equalsIgnoreCase("camel-coaps-tcp-sink")) {
connectorsName.add("camel-coaps+tcp-sink");
} else if (connector.equalsIgnoreCase("camel-coap-tcp-sink")) {
connectorsName.add("camel-coap+tcp-sink");

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@apupier apupier force-pushed the CatalogWithBundledJar branch from bc9629c to d242a50 Compare October 9, 2020 08:50
@oscerd oscerd merged commit 0c6871f into apache:master Oct 9, 2020
@oscerd
Copy link
Contributor

oscerd commented Oct 9, 2020

Thanks @apupier

@apupier apupier deleted the CatalogWithBundledJar branch October 9, 2020 09:41
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.

2 participants