Sha256: 661840cfd4e3ad105e22ee115d53a6f2b459b0fd846a5ec440fb657151ae5160
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
type: kafka topics: - "avro-simple-topic" serialize_format: avro_with_schema_registry schema_registry_url: "mock://embulk-input-kafka" brokers: - "localhost:9092" fetch_max_wait_ms: 1000 columns: - {name: id, type: string} - {name: int_item, type: long} - {name: varchar_item, type: string}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-kafka-0.1.0 | src/test/resources/config_simple_avro.yml |