Skip to content

Conversation

Croway
Copy link
Contributor

@Croway Croway commented Jul 10, 2025

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:

  • Produce messages to iggy
  • Consume messages from iggy

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.

@Croway Croway requested review from davsclaus and oscerd July 10, 2025 14:22
Copy link
Contributor

🌟 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:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

Copy link
Contributor

@davsclaus davsclaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start.

@Croway
Copy link
Contributor Author

Croway commented Jul 11, 2025

With the last commit, we are now in parity with the iggy-java-sdk feature-wise. I opened a Jira issue for future development.

@Croway
Copy link
Contributor Author

Croway commented Jul 11, 2025

The failure on the gh actioin is expected, it is due to [ERROR] Could not find artifact org.apache.iggy:iggy-java-sdk:jar:0.2.0-SNAPSHOT once it will be released, I'll update it

@davsclaus
Copy link
Contributor

Also remember to add a CSB starter for this

@davsclaus
Copy link
Contributor

has iggy been released

@Croway
Copy link
Contributor Author

Croway commented Jul 21, 2025

has iggy been released

Not yet, I am monitoring https://repo1.maven.org/maven2/org/apache/iggy/iggy-java-sdk once a day

Copy link
Contributor

@orpiske orpiske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@davsclaus
Copy link
Contributor

iggy 0.5.0 java SDKs are released
https://repo1.maven.org/maven2/org/apache/iggy/iggy-java-sdk/0.5.0/

@Croway Croway marked this pull request as ready for review August 18, 2025 07:26
@Croway
Copy link
Contributor Author

Croway commented Aug 18, 2025

@davsclaus @oscerd Hi, the released iggy-java-sdk 0.5.0 was built with JDK21, therefore, the build with JDK17 is failing https://repo1.maven.org/maven2/org/apache/iggy/iggy-java-sdk/0.5.0/

The error is class file has wrong version 65.0, should be 61.0

@davsclaus
Copy link
Contributor

Ah yeah after the 4.14 LTS then there is maybe a chance to drop JDK17 when we jump to SB 4 and so on. Also JDK25 will be released, so that is also a good opportunity as well.

@Croway
Copy link
Contributor Author

Croway commented Aug 18, 2025

Ok, I'll put the PR back in draft, to be merged once JDK 17 will be dropped and Apache Camel JDK basline will be JDK 21 (after 4.14 release most probably)

@Croway Croway marked this pull request as draft August 18, 2025 10:08
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.

4 participants