Charles Nguyen

Results 4 issues of 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:...

bug
P2
awaiting triage
yaml

### What happened? ``` pipeline: type: chain transforms: - type: ReadFromKafka name: ReadFromMyTopic config: format: JSON schema: | { "type": "object", "properties": { "value": {"type": "string"} } } topic: test...

java
io
bug
P2
awaiting triage
yaml