Replies: 3 comments 1 reply
-
|
What a about just delete the JARs from lib in the Dockerfile? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
okhttp3 is included (separate HTTP stack impl, 2.94MB). can we switch from |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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.
-
We need to provide functionality based on prometheus, mongodb, opentelemetry, elastic, javascript ... . Then we can either include those libs or program adapters ourselves (Prometheus).
Idea:
Put the libraries as Jars into the lib after installing Membrane.
We use the libs as compile time but not as run time dependency.
An Interceptors init() Method checks if the lib is there and throws an ConfigruationException with a explanation how to install the jar into the lib folder.
Variations to discuss:
Some of the libs are:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions