Sha256: 9be3a10ec4441e794aeada700bf514be2213a31d70b4c6efda2ff61eda289834
Contents?: true
Size: 573 Bytes
Versions: 8
Compression:
Stored size: 573 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: "avro-simple-topic" brokers: - "localhost:9092" schema_registry_url: "http://localhost:48081/" serialize_format: avro_with_schema_registry avsc_file: ./src/test/resources/SimpleRecord.avsc
Version data entries
8 entries across 8 versions & 1 rubygems