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
Describe the bug
The Message class in confluent_kafka returns a tuple of timestamp type and the timestamp itself, I infer the type is tuple[int, int] but the corresponding class in mockafka returns int | None.
To Reproduce
Code designed for parsing the timestamp from a confluent_kafka Message will fail:
Describe the bug
The Message class in confluent_kafka returns a tuple of timestamp type and the timestamp itself, I infer the type is
tuple[int, int]
but the corresponding class in mockafka returnsint | None
.To Reproduce
Code designed for parsing the timestamp from a confluent_kafka Message will fail:
Expected behavior
I hope that compatibility with confluent_kafka can be maintained!
mockafka-py==0.1.55
confluent-kafka==2.3.0
Python 3.11.8
The text was updated successfully, but these errors were encountered: