src/test/resources/config_simple.yml in embulk-output-kafka-0.1.7 vs src/test/resources/config_simple.yml in embulk-output-kafka-0.1.8
- old
+ new
@@ -1,22 +1,5 @@
-in:
- type: file
- path_prefix: ./src/test/resources/in1
- parser:
- charset: UTF-8
- newline: CRLF
- type: csv
- delimiter: ','
- quote: '"'
- escape: '"'
- null_string: 'NULL'
- skip_header_lines: 1
- columns:
- - {name: 'id', type: string}
- - {name: 'int_item', type: long}
- - {name: 'varchar_item', type: string}
-out:
- type: kafka
- topic: "json-topic"
- serialize_format: json
- brokers:
- - "localhost:9092"
+type: kafka
+topic: "json-topic"
+serialize_format: json
+brokers:
+ - "localhost:9092"