-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wrapper for Metadata requests #497
Comments
The wrapper should also have Scala and Java DSLs with appropriate conversions between Java and Scala types and collections. |
I will take care of it. |
I started working on it but I wonder what return types do expect from the wrapper, e.g. in the case of |
With the current |
The new feature to request Kafka Metadata from the internal
KafkaConsumerActor
(see #491) would be even nicer with thin wrappers (javadsl and scaladsl) hiding theask
calls and mapping to the correct response types.The text was updated successfully, but these errors were encountered: