Replies: 4 comments 11 replies
-
|
@ThomasVitale FYI, @lfvJonas and I work together. |
Beta Was this translation helpful? Give feedback.
-
|
@lfvjimisola Thanks for the questions and the interest in Arconia. I recently published a blog post that I hope helps describe a bit more the Arconia Dev Services.
|
Beta Was this translation helpful? Give feedback.
-
|
I seem to recall now that we handled observability a bit different as we wanted to use the Java Agent for wider instrumentation support . That of course meant that we had to fix the ingestion port so that it was known during build time as there (to be knowledge) is no-way for the Java Agent to auto-detect the ingestion port during execution. We disabled tracing by default and allowed user to enable it via system property or environment variable. We handled all our dependencies using Maven Tiles (composition). Maven 4.1 will provide similar (better) functionality with the long outstanding support for mixins. So, the tile/mixin, e.g. observability, will have these dependencies:
This so that any Spring Boot project could just have a dependency on a tile (Redis, PostgreSQL etc) and that would pull in the necessary dependencies for that service as well as including the dev-service. |
Beta Was this translation helpful? Give feedback.
-
|
Read the CONTRIBUTING.md. Does the project do "Squash and Merge" or just merge? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using test containers for testing, but we are thinking about moving to use Spring boot test container to make it possible to use the containers for both testing and dev environments.
We have had an eye for Arconia, but we are unsure about some stuff:
Can't seem to find anything in that matches these use cases in the documentation.
Is this something Arconia is meant to solve?
Beta Was this translation helpful? Give feedback.
All reactions