Topic configuration for a consumer
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can use a topic configuration for a consumer to specify the deserialization of messages for a topic.
The methods SetBodyDeserializer() and SetBodyDeserializerCodePage() can be used. You cannot set
other Kafka properties on a per topic basis for a consumer.
In the following example code, two topic configurations are used, one for a customer and one for an order. Each topic configuration has its own custom deserializer.
|