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

camel-https-kafka-connector support for multiple HTTPS endpoints #1504

Closed
mundrusatish opened this issue Jan 20, 2023 · 4 comments
Closed

camel-https-kafka-connector support for multiple HTTPS endpoints #1504

mundrusatish opened this issue Jan 20, 2023 · 4 comments

Comments

@mundrusatish
Copy link

Hello,

We have a use case to consume messages from Kafka and sink to 2 API endpoints based on condition of success of first endpoint API and sent to 2nd endpoint.

Property for configuring the API endpoint "camel.sink.path.httpUri", however it does not have properties to allow for multiple APIs.
Can we use enterprise integration patterns in camel kafka connectors? if yes do we have any reference example project. Please share.

Do we have any OOTB conversions and transformations available in camel kafka connector project.

Thanks,
Satish

@oscerd
Copy link
Contributor

oscerd commented Jan 20, 2023

If you want to use EIPs, use directly Apache Camel instead of passing through kafka connector project.

You can do that easily by consuming from a kafka endpoint.

For versions of ckc not based on Camel-Kamelets, we were providing some OOTB transformations. Since the switch to Kamelets we are not providing them anymore.

My suggestion is to move to plain Apache Camel for your use case.

@oscerd oscerd closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2023
@mundrusatish
Copy link
Author

thanks @oscerd for the pointers.
the base use case is to sink to two API's at a time based on codition (des above) still not possible from ckc. Pls confirm.

@oscerd
Copy link
Contributor

oscerd commented Jan 20, 2023

No, it's not possible in the way you're describing it. I think the choice of going through kafka connect is wrong in this case, with or without camel-kafka-connector.

@mundrusatish
Copy link
Author

Thanks

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

No branches or pull requests

2 participants