Types -
kafka
- CompressionType COMPRESSION_NONE | COMPRESSION_GZIP | COMPRESSION_SNAPPY | COMPRESSION_LZ4 | COMPRESSION_ZSTD
- Kafka compression types to compress the messages.
- DeserializerType DES_BYTE_ARRAY | DES_STRING | DES_INT | DES_FLOAT | DES_AVRO | DES_CUSTOM
- Kafka in-built deserializer type.
- IsolationLevel ISOLATION_COMMITTED | ISOLATION_UNCOMMITTED
- Kafka consumer isolation level type.
- ProducerAcks ACKS_ALL | ACKS_NONE | ACKS_SINGLE
- Kafka producer acknowledgement types.
- SerializerType SER_BYTE_ARRAY | SER_STRING | SER_INT | SER_FLOAT | SER_AVRO | SER_CUSTOM
- Kafka in-built serializer types.
- $anonType$0 string
- $anonType$1 int
- $anonType$10 CUSTOM
- $anonType$11 AVRO
- $anonType$12 read_committed
- $anonType$13 read_uncommitted
- $anonType$14 all
- $anonType$15 0
- $anonType$16 1
- $anonType$17 BYTE_ARRAY
- $anonType$18 STRING
- $anonType$19 INT
- $anonType$2 float
- $anonType$20 FLOAT
- $anonType$21 CUSTOM
- $anonType$22 AVRO
- $anonType$23 none
- $anonType$24 gzip
- $anonType$25 snappy
- $anonType$26 lz4
- $anonType$27 zstd
- $anonType$28 {ballerina/kafka}ConsumerError
- $anonType$29 {ballerina/kafka}ProducerError
- $anonType$3 byte[]
- $anonType$30 {ballerina/kafka}AvroError
- $anonType$4 kafka:AvroRecord
- $anonType$5 anydata
- $anonType$6 BYTE_ARRAY
- $anonType$7 STRING
- $anonType$8 INT
- $anonType$9 FLOAT