We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813bf91 commit a1f2bf3Copy full SHA for a1f2bf3
kafka/protocol/types.py
@@ -90,6 +90,8 @@ def decode(cls, data):
90
91
92
class UUID(AbstractType):
93
+ ZERO_UUID = uuid.UUID(int=0)
94
+
95
@classmethod
96
def encode(cls, value):
97
if isinstance(value, uuid.UUID):
0 commit comments