Joy Gao

Results 19 comments of Joy Gao

I encountered the same error while running this locally. I suspect you are running a newer major version of confluent. Kafka-Connect-Bigquery requires confluent-3.0.0 specified in this repo, but I was...

Using v1.5.2. Also calling `ReadMessage(-1)` in an infinite loop, and not seeing rejoining after consumer leaving group, worked around it by setting timeout to be less than ` max.poll.interval.ms` instead...

Discovered a previous related discussion [here](https://github.com/bazelbuild/rules_rust/pull/579#issuecomment-776596480). Is this feature still in the roadmap?

\+ for support for `rust_doc_test` as well!

I missed [this issue](https://github.com/bazelruby/rules_ruby/issues/115), which points to the same bug.

@fmeum My apologies on terminology, was thinking in terms of CI workers -- but these issues are happening on the host -- we are not using remote execution. Our pre-warm...

+1 Work around with `npm install`. It looks like the release asset does not include a linux arm binary. would be awesome to publish it for future releases.

Ran some experiments locally and want to update on my findings. PG's logical replication provides relation events for both parent table and the child table before sending a change event....

Thanks for catching the code currently has `publish_via_partition_root = true` set which triggered this behavior, was not aware of this. Synced with commit owner on historical context and design. >...