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
I see this issue with any version greater than 1.6.1 (my goal is to be able to build with 1.9.2 for M1 support). I'm using the matching librdkafka version.
As far as I can tell, nothing in my codebase is directly importing cimpl.KafkaException. I haven't figured out a way to get a stack trace yet but I'll post here if I do.
Thanks!
How to reproduce
Looks like two others have had this issue, neither were resolved:
Description
When trying to build my project with pybuilder, the unittest stage of my jenkins pipeline fails with:
I see this issue with any version greater than
1.6.1
(my goal is to be able to build with 1.9.2 for M1 support). I'm using the matching librdkafka version.As far as I can tell, nothing in my codebase is directly importing
cimpl.KafkaException
. I haven't figured out a way to get a stack trace yet but I'll post here if I do.Thanks!
How to reproduce
Looks like two others have had this issue, neither were resolved:
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
): 1.9.2{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: