DEVELOPER.md in logstash-codec-avro-0.1.2 vs DEVELOPER.md in logstash-codec-avro-0.1.3
- old
+ new
@@ -46,10 +46,10 @@
```
input {
kafka {
topic_id => 'test_topic'
codec => avro {
- schema_file => 'tweet.avsc'
+ schema_uri => 'tweet.avsc'
}
}
}
output {