Charles Nguyen
Charles Nguyen
Introducing error codes from H3 v4. and Go error into APIs return signature. Release note: breaking changes to almost all APIs.
I have an use case to handle traffic data and since it'll be write-heavy the Appender API is suitable for this. The traffic data will be parsed and inserted into...
### What happened? ``` pipeline: type: chain transforms: - type: ReadFromKafka name: ReadFromMyTopic config: format: JSON schema: type: "object" properties: value: { type: "string" } topic: test bootstrap_servers: kafka:9092 auto_offset_reset_config:...
### What happened? ``` pipeline: type: chain transforms: - type: ReadFromKafka name: ReadFromMyTopic config: format: JSON schema: | { "type": "object", "properties": { "value": {"type": "string"} } } topic: test...