0 votes
in Kafka Premiera Ola by
What is meant by SerDes?

1 Answer

0 votes
by

SerDes (Serializer and Deserializer) materializes the data whenever necessary for any Kafka stream when SerDes is provided for all record and record values.

...