Example: Send a message using the string serializer
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can use the string serializer to send messages that contain string data. The main steps are:
- Configure the
StringSerializerfor the message body - Set the code page, if appropriate
- Set the message body to a string variable
This example sends some UTF-8 data to an Apache® Kafka® topic:
|