Sha256: eaa28ec42ae3d05c5a0cd643b851b09986365c30c80251f97f60b1f4066e062e

Contents?: true

Size: 465 Bytes

Versions: 8

Compression:

Stored size: 465 Bytes

Contents

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"
  key_column_name: id

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
embulk-output-kafka-0.1.7 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.6 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.5 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.4 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.3 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.2 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.1 src/test/resources/config_with_key_column.yml
embulk-output-kafka-0.1.0 src/test/resources/config_with_key_column.yml