buz 2.15.10rc4__py3-none-any.whl → 2.15.10rc5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- buz/kafka/infrastructure/aiokafka/rebalance/kafka_callback_rebalancer.py +2 -2
- {buz-2.15.10rc4.dist-info → buz-2.15.10rc5.dist-info}/METADATA +1 -1
- {buz-2.15.10rc4.dist-info → buz-2.15.10rc5.dist-info}/RECORD +5 -5
- {buz-2.15.10rc4.dist-info → buz-2.15.10rc5.dist-info}/LICENSE +0 -0
- {buz-2.15.10rc4.dist-info → buz-2.15.10rc5.dist-info}/WHEEL +0 -0
|
@@ -20,11 +20,11 @@ class KafkaCallbackRebalancer(ConsumerRebalanceListener):
|
|
|
20
20
|
self.__rebalancing_start_time: Optional[datetime] = None
|
|
21
21
|
|
|
22
22
|
async def on_partitions_revoked(self, revoked: set[TopicPartition]) -> None:
|
|
23
|
+
self.__rebalancing_start_time = datetime.now()
|
|
24
|
+
|
|
23
25
|
if len(revoked) == 0:
|
|
24
26
|
return None
|
|
25
27
|
|
|
26
|
-
self.__rebalancing_start_time = datetime.now()
|
|
27
|
-
|
|
28
28
|
self.__logger.info(f"Partitions revoked by the rebalancing process: '{revoked}'")
|
|
29
29
|
|
|
30
30
|
await self.__on_partition_revoked(revoked)
|
|
@@ -167,7 +167,7 @@ buz/kafka/infrastructure/aiokafka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
167
167
|
buz/kafka/infrastructure/aiokafka/aiokafka_consumer.py,sha256=3-73e2CJhSjHONsCH_kZB1x5EwhnzLG2cCKGmkU4q0s,10008
|
|
168
168
|
buz/kafka/infrastructure/aiokafka/aiokafka_producer.py,sha256=LteHKIHpT6MKplwmwsPYMsd2GWNJCzus65XDHCIdoN8,3823
|
|
169
169
|
buz/kafka/infrastructure/aiokafka/rebalance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
170
|
-
buz/kafka/infrastructure/aiokafka/rebalance/kafka_callback_rebalancer.py,sha256
|
|
170
|
+
buz/kafka/infrastructure/aiokafka/rebalance/kafka_callback_rebalancer.py,sha256=E0BB5mNU7x9LOpPF_77YuFl7sIaIwDL4bnOG6o5h8uw,2194
|
|
171
171
|
buz/kafka/infrastructure/aiokafka/translators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
172
172
|
buz/kafka/infrastructure/aiokafka/translators/consumer_initial_offset_position_translator.py,sha256=WmxkQfoXeTy9mIJtGGhM0eDKeQxhcJczeVAGCbtonVI,617
|
|
173
173
|
buz/kafka/infrastructure/cdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -250,7 +250,7 @@ buz/serializer/message_to_json_bytes_serializer.py,sha256=RGZJ64t4t4Pz2FCASZZCv-
|
|
|
250
250
|
buz/wrapper/__init__.py,sha256=GnRdJFcncn-qp0hzDG9dBHLmTJSbHFVjE_yr-MdW_n4,77
|
|
251
251
|
buz/wrapper/async_to_sync.py,sha256=OfK-vrVUhuN-LLLvekLdMbQYtH0ue5lfbvuasj6ovMI,698
|
|
252
252
|
buz/wrapper/event_loop.py,sha256=pfBJ1g-8A2a3YgW8Gf9Fg0kkewoh3-wgTy2KIFDyfHk,266
|
|
253
|
-
buz-2.15.
|
|
254
|
-
buz-2.15.
|
|
255
|
-
buz-2.15.
|
|
256
|
-
buz-2.15.
|
|
253
|
+
buz-2.15.10rc5.dist-info/LICENSE,sha256=Jytu2S-2SPEgsB0y6BF-_LUxIWY7402fl0JSh36TLZE,1062
|
|
254
|
+
buz-2.15.10rc5.dist-info/METADATA,sha256=_A4RF9Cj31ACjYG6USaqvQun5VK74cl1scb9wQkc7S8,1601
|
|
255
|
+
buz-2.15.10rc5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
256
|
+
buz-2.15.10rc5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|