Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 962 Bytes

QUARKUS-1266.md

File metadata and controls

20 lines (16 loc) · 962 Bytes

QUARKUS-1266 Support Kafka AVRO

Scope of the testing

  • Extension must generate Java "whistles" or objects that represents the AVRO schemas in Java language
  • Extension must be able to serialize and deserialize AVRO events from/to Kafka
  • AVRO Schemas should be registered and versioned in an schema registry
  • Must work over Kafka Strimzi and Confluent
  • Consume and produce events in JVM and native mode

Getting familiar with the feature

Automated test development

  • New test to be added into Quarkus QE tests suite to cover scenario with quarkus-avro extension