-
Notifications
You must be signed in to change notification settings - Fork 5k
CAMEL-22222: Add component for Apache Iggy #18583
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
base: main
Are you sure you want to change the base?
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start.
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyConfiguration.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyConfiguration.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyConfiguration.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyConfiguration.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyEndpoint.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyProducer.java
Outdated
Show resolved
Hide resolved
components/camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyProducer.java
Outdated
Show resolved
Hide resolved
With the last commit, we are now in parity with the iggy-java-sdk feature-wise. I opened a Jira issue for future development. |
The failure on the gh actioin is expected, it is due to |
Also remember to add a CSB starter for this |
I am waiting for the iggy java client to be released upstream, it should be released in a week or so, right now the development version 0.2.0-SNAPSHOT is being used.
Supported functionalities:
The implemented functionalities are basic, and are based on the java examples provided by Iggy, I'll have to investigate more to implement other usecases.