Build your intuition. Click the correct answer from the options.
Which of the following statements is true about Kafka message serialization?
Click the option that best answers the question.
- Kafka provides only the default serializers for common data types
- Serialization is the process of converting messages into a format that can be stored or transmitted
- Custom serializers can only be used with complex data types
- Serialization is not required in Kafka