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
In some cases, you want to have the original ConsumerRecord when the deserialization fails. At the moment it is not possible.
We would like to write a deserializer that given a ConsumerRecord[K, V] will return Either[ConsumerRecord[K,V], V] for the value (Or Either[ConsumerRecord[K,V], V] for the Key).
The text was updated successfully, but these errors were encountered:
In some cases, you want to have the original
ConsumerRecord
when the deserialization fails. At the moment it is not possible.We would like to write a deserializer that given a
ConsumerRecord[K, V]
will returnEither[ConsumerRecord[K,V], V]
for the value (OrEither[ConsumerRecord[K,V], V]
for the Key).The text was updated successfully, but these errors were encountered: