Hi,
We are checking avro schema for the required information / format of the event. I'd like to know because I couldn't found how to setup multiple schema_uri for avro schema e.g
output{
codec => avro {
schema_uri => "http://kafka-dev-0.company.com"
}
}
Is there any way to add analogically kafka-dev-1, kafka-dev-2 ... ?
Thank You,
SR