Using Quarkus for Raw TCP Sockets #25609
Unanswered
kalvinnchau
asked this question in
Q&A
Replies: 2 comments
-
Something equivalent to this would be useful https://docs.spring.io/spring-integration/reference/html/ip.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes this is possible. You have to inject a Vertx-Instance and create a NetServer or a DatagrammSocket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Are there any examples of using Quarkus to open up a plain TCP (potentially UDP) socket that'll accept data do some transformations and pass data along the event bus? Most of the examples I see revolve around setting up a REST endpoint and going from there.
Is that the correct usage of Quarkus or is that a non-goal of this project?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions