You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application is based on dotnet 3.1. Until now we used Confluent.Kafka library 1.4.2 without issues.
After upgrade to 1.5.0 we found on our CI that our integration tests in docker-based environment are broken. Tests fail with log entry:
The active test run was aborted. Reason: Test host process crashed : dotnet: rdkafka_roundrobin_assignor.c:97: rd_kafka_roundrobin_assignor_assign_cb: Assertion `next < rd_list_cnt(&eligible_topic-> members)' failed.
Same tests run OK when started from Windows host directly from visual studio.
Same test run OK also when running them locally on Windows using dotnet test command (same runner used in docker)
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
librdkafka version (release number or git tag): 1.5.0 (through Confluent.Kafka)
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
Our application is based on dotnet 3.1. Until now we used
Confluent.Kafka
library1.4.2
without issues.After upgrade to
1.5.0
we found on our CI that our integration tests in docker-based environment are broken. Tests fail with log entry:Same tests run OK when started from Windows host directly from visual studio.
Same test run OK also when running them locally on Windows using
dotnet test
command (same runner used in docker)Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
1.5.0
(throughConfluent.Kafka
)2.1.0
partition.assignment.strategy=RoundRobin, api.version.request=true
docker-image based on: mcr.microsoft.com/dotnet/core/sdk:3.1.201
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: