Ingestion
Joule enables flexible Kafka data deserialisation for processing
Overview
Examples & DSL attributes
kafkaConsumer:
...
deserializer:
parser:
com.fractalworks.examples.banking.data.QuoteToStreamEventParser
key deserializer:
org.apache.kafka.common.serialization.IntegerDeserializer
value deserializer:
com.fractalworks.streams.transport.kafka.serializers.object.ObjectDeserializer
...Processing steps
Deserialisation attributes schema
Attribute
Description
Data Type
Required
Provided value deserialisers
Avro Support
Example AVRO deserialisation
Sample AVRO IDL for quote schema
Last updated