Skip to content
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

lots of reflection warnings #322

Open
nivekuil opened this issue May 31, 2022 · 0 comments
Open

lots of reflection warnings #322

nivekuil opened this issue May 31, 2022 · 0 comments

Comments

@nivekuil
Copy link
Contributor

With my outstanding PR on 35a8c2f:

Reflection warning, jackdaw/streams/interop.clj:271:6 - call to method join on org.apache.kafka.streams.kstream.KStream can't be resolved (argument types: org.apache.kafka.streams.kstream.KStream, org.apache.kafka.streams.kstream.ValueJoiner, org.apache.kafka.streams.kstream.JoinWindows, org.apache.kafka.streams.kstream.Joined).
Reflection warning, jackdaw/streams/interop.clj:290:6 - call to method leftJoin on org.apache.kafka.streams.kstream.KStream can't be resolved (argument types: org.apache.kafka.streams.kstream.KStream, org.apache.kafka.streams.kstream.ValueJoiner, org.apache.kafka.streams.kstream.JoinWindows, org.apache.kafka.streams.kstream.Joined).
Reflection warning, jackdaw/streams/interop.clj:320:6 - call to method outerJoin on org.apache.kafka.streams.kstream.KStream can't be resolved (argument types: org.apache.kafka.streams.kstream.KStream, org.apache.kafka.streams.kstream.ValueJoiner, org.apache.kafka.streams.kstream.JoinWindows, org.apache.kafka.streams.kstream.Joined).
Reflection warning, jackdaw/streams/interop.clj:328:5 - call to method process on org.apache.kafka.streams.kstream.KStream can't be resolved (argument types: org.apache.kafka.streams.processor.api.ProcessorSupplier, unknown).
Reflection warning, jackdaw/admin.clj:36:32 - call to method deleteTopics on org.apache.kafka.clients.admin.AdminClient can't be resolved (argument types: unknown).
Reflection warning, jackdaw/admin.clj:36:26 - reference to field all can't be resolved.
Reflection warning, jackdaw/admin.clj:39:33 - call to method describeTopics on org.apache.kafka.clients.admin.AdminClient can't be resolved (argument types: unknown, org.apache.kafka.clients.admin.DescribeTopicsOptions).
Reflection warning, jackdaw/admin.clj:39:27 - reference to field all can't be resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant