FTL-Avro Translation Reference
This topic details the translation between FTL messages and Avro messages.
Numbers
The FTL bridge connectors can use this translation scheme in both directions.
FTL messages treat all integer values as long (64 bits), and all floating point values as double. The translation from Avro to FTL casts numeric values accordingly. The translation from FTL to Avro does not attempt to use smaller types.
Copyright © Cloud Software Group, Inc. All rights reserved.