-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
breakingrequires changes that break binary compatibilityrequires changes that break binary compatibilityenhancementNew feature or requestNew feature or request
Milestone
Description
The names and signatures of these are confusing - I would expect a RecordDeserializer
to have both K
and V
type parameters to let you create a ConsumerRecord[K, V]
, but it actually just lets you deserialize a key OR a value. RecordKeyOrValueDeserializer
would be a more accurate name, but perhaps we can do something better.
Metadata
Metadata
Assignees
Labels
breakingrequires changes that break binary compatibilityrequires changes that break binary compatibilityenhancementNew feature or requestNew feature or request