You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I don't know if it's Quarkus or Mutiny issue but...)
KafkaConsumerRecords is fully typed but the getDelegate method which creates a compiler warning when trying to get the actual records from the delegate.
Also it would be nice to have a method that encapsulates the delegate fetching step
The text was updated successfully, but these errors were encountered:
Isn't that an issue for smallrye-reactive-utils (Where the code generation is handled). That been said, I believe the problem is in vert.x codegen itself.
(I don't know if it's Quarkus or Mutiny issue but...)
KafkaConsumerRecords is fully typed but the getDelegate method which creates a compiler warning when trying to get the actual records from the delegate.
Also it would be nice to have a method that encapsulates the delegate fetching step
The text was updated successfully, but these errors were encountered: