Replies: 1 comment 1 reply
-
Any update? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is it possible to compile a quarkus project as a maven dependency for other quarkus projects?
Imagine project
A
and projectB
are two independent Quarkus microservices (their own endpoints, schemas and db).Service
B
wants to directly communicate over HTTP with serviceA
using their endpoints and DTOs classes.Is it possible to use service
A
as a dependency for serviceB
, without actually starting serviceA
inside service B, but only importing service A's classes from its package, while serviceA
is running on a different port/server?Thanks
Beta Was this translation helpful? Give feedback.
All reactions