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

Revisit saga example #2472

Closed
zhfeng opened this issue Jun 30, 2021 · 3 comments
Closed

Revisit saga example #2472

zhfeng opened this issue Jun 30, 2021 · 3 comments
Assignees

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Jun 30, 2021

It throws an Exception currently

2021-06-30 08:05:07,219 WARN  [org.apa.cam.com.pla.htt.ver.VertxPlatformHttpConsumer] (vert.x-eventloop-thread-0) Failed handling platform-http endpoint /api/pay. Caused by: [org.apache.camel.NoTypeConversionAvailableException - No type converter available to convert from type: io.vertx.core.buffer.impl.BufferImpl to the required type: java.nio.ByteBuffer with value ]: org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from type: io.vertx.core.buffer.impl.BufferImpl to the required type: java.nio.ByteBuffer with value

and I think it should be related to CAMEL-16756 Improve handling of Vert.x Buffer payloads in platform-http-vertx and it looks like be fixed in camel-3.12.

It needs to revisit the saga example when upgrade the camel to 3.12

@zhfeng zhfeng self-assigned this Jun 30, 2021
@jamesnetherton
Copy link
Contributor

It needs to revisit the saga example when upgrade the camel to 3.12

It should be fixed when camel-k upgrades to Camel Quarkus 2.0.0, as I added a workaround until Camel 3.11.1 / 3.12.0 is released.

@zhfeng
Copy link
Contributor Author

zhfeng commented Jun 30, 2021

Thanks @jamesnetherton - that's great and I will check it with the new camel-k release.

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

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

No branches or pull requests

2 participants