Milind L
Milind L
hi @phlax , we got in touch with github support. Are you using the token that's provided by github actions while using the API, or another token?
Hi @saartamir , sorry about the delay, I've been investigating some other stuff. Hopefully, I'll be able to investigate this issue soon.
I can't see anything immediately wrong with the code. Is it possible that the producer delivery channel is getting too full and causing some sort of memory issue? You could...
In the latest versions, the AdminAPI can be used for this. ``` ListOffsets( ctx context.Context, topicPartitionOffsets map[TopicPartition]OffsetSpec, options ...ListOffsetsAdminOption) ``` For more information on the usage, see the [example ](https://github.com/confluentinc/confluent-kafka-go/blob/master/examples/admin_list_offsets/admin_list_offsets.go#L101).
/sem-approve
Running CI, and then I'll run try running OIDC tests locally to test out the libcurl update.
I can bump it here, we're changing things anyway. However, openssl bumps are partial, linux only, because the latest versions of openssl 3.0.x are not available on vcpkg.
Closing and reopening this to try and make sem-approve work.
/sem-approve
In the latest changes (which include openssl bump): 1. I compiled with `./configure --install-deps --source-deps-only --disable-lz4-ext --enable-static --enable-strip --disable-gssapi` 2. Ran all integration tests with interactive-broker-version 3.7.0 3. Ran the...