CachedSchemaRegistryClient without Guava dependency #2854
thomassteger-zkb
started this conversation in
Ideas
Replies: 1 comment
-
I think the ship has sailed :-( |
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 there,
With DGS-2487: Adding missing cache to schema registry client (#2082) you introduced a runtime dependency on guava in the kafka-schema-registry-client.
Currently, the CachedSchemaRegistryClient is the only none test class of the kafka-schema-registry-client depending on guava.
This dependency has some drawbacks:
Now would be a good time to get rid of this dependency in the kafka-schema-registry-client since it has not spread very far :-)
My Ideas:
or
I would be willing to contribute :-)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions