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 think you wouldn't have to redefine all the functions provided by KTable, KStream, etc...
The Rich classes could contain just those functions for which you want to make the passing of the Serde implicit. There wouldn't be a need to introduce ...S objects.
The text was updated successfully, but these errors were encountered:
If you define a set of implicit definitions for things like
Reducer
,Initializer
... e.g.Then you can just define
Rich
equivalents:I don't think you wouldn't have to redefine all the functions provided by KTable, KStream, etc...
The
Rich
classes could contain just those functions for which you want to make the passing of theSerde
implicit. There wouldn't be a need to introduce...S
objects.The text was updated successfully, but these errors were encountered: