Package com.bakdata.kafka
Interface SerializationConfig
- All Known Implementing Classes:
SerdeConfig
,SerializerConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines how to (de-)serialize the data in a Kafka client
-
Method Summary
Modifier and TypeMethodDescriptionCreate properties from thisSerializationConfig
-
Method Details
-
createProperties
Create properties from thisSerializationConfig
- Returns:
- Map of serialization configurations
-