Apache Avro
This section contains the following topics:
- Overview
TIBCO Flogo® Connector for Apache Avro provides a mechanism to serialize and deserialize messages. It uses JSON-based schemas. For information on using Apache Avro refer to the Apache Avro documentation. - Avro Serialize
Use this activity to serialize the message data into a base64 encoded string using the schema and message that you configure in the Input tab of this activity. Once the message is base64 encoded, it can be transported over network. - Avro Deserialize
Use this activity to deserialize serialized data into a JSON readable format using the schema that you configure in the Settings tab of this activity.
Copyright © Cloud Software Group, Inc. All rights reserved.