ConfluentSchemaRegistry
Certified
Confluent Schema Registry
ConfluentSchemaRegistry
Certified
Confluent Schema Registry
yaml
type: io.kestra.plugin.kafka.registry.ConfluentSchemaRegistryExamples
yaml
id: consume-kafka-messages
namespace: company.team
tasks:
- id: consume
type: io.kestra.plugin.kafka.Consume
topic: topic_test
properties:
bootstrap.servers: localhost:9092
pollDuration: PT20S
maxRecords: 50
keyDeserializer: STRING
valueDeserializer: AVRO
schemaRegistryVendor:
type: io.kestra.plugin.kafka.registry.ConfluentSchemaRegistry
schemaRegistryUrl: http://localhost:8081