Replies: 2 comments 5 replies
-
What is the use case that you are trying to solve that can't be solved with existing API? Also, is your suggested approach supported by Java client? |
Beta Was this translation helpful? Give feedback.
0 replies
-
the use case is when the configuration is stored externally and loaded at startup trough I'm not familiar with Java api but I will check it. |
Beta Was this translation helpful? Give feedback.
5 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.
-
hello,
is there some way we can directly apply instances of configuration objects to client, producer, consumer builders instead of using applying each config value one by one through builder fluent api?
what would ultimately work for my case for example is making
With(ProducerConfiguration newConfig)
method public.is there any reason keeping those methods internal?
thanks,
Beta Was this translation helpful? Give feedback.
All reactions