talos-python3 3.1.0__tar.gz → 3.1.2__tar.gz
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.
- {talos-python3-3.1.0 → talos-python3-3.1.2}/PKG-INFO +7 -7
- {talos-python3-3.1.0 → talos-python3-3.1.2}/setup.py +1 -1
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/ScheduleInfoCache.py +1 -1
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/SimpleConsumer.py +3 -3
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/TalosMessageReader.py +2 -2
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/TalosProducer.py +1 -1
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/PKG-INFO +7 -7
- {talos-python3-3.1.0 → talos-python3-3.1.2}/setup.cfg +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/admin/TalosAdmin.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/admin/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/Constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/SimpleAbnormalCallback.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TalosClientConfig.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TalosClientConfigkeys.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TalosClientFactory.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TalosErrors.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TalosHttpClient.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/TopicAbnormalCallback.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/compression/Compression.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/compression/Gzip.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/compression/Snappy.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/compression/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerialization.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializationFactory.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV1.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV2.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV3.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageVersion.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/MessageCheckpointer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/MessageProcessor.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/MessageProcessorFactory.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/MessageReader.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/MessageReaderFactory.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/PartitionFetcher.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/TalosConsumer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/TalosConsumerConfigKeys.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/consumer/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/SimpleConsumerDemo.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/SimpleProducerDemo.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/TalosAdminDemo.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/TalosConsumerDemo.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/TalosProducerDemo.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/example/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/BufferedMessageCount.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/PartitionMessageQueue.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/PartitionSender.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/Partitioner.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/ProducerNotActiveException.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/SimplePartitioner.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/SimpleProducer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/TalosProducerConfig.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/TalosProducerConfigKey.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/UserMessage.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/UserMessageCallback.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/UserMessageResult.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/producer/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/admin/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/client/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/client/test_socket.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/consumer/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/consumer/test_PartitionFetcher.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/consumer/test_SimpleConsumer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/consumer/test_TalosConsumer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/consumer/test_TalosMessageReader.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/test_PartitionMessageQueue.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/test_PartitionSender.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/test_TalosProducer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/test_UserMessage.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/test.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/TMultiplexedProcessor.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/TRecursive.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/TSCons.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/TSerialization.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/TTornado.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/Thrift.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/auth/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/auth/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/auth/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/authorization/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/authorization/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/authorization/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/common/TalosBaseService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/common/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/common/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/common/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/compat.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/consumer/ConsumerService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/consumer/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/consumer/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/consumer/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/message/MessageService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/message/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/message/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/message/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/metric/MetricService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/metric/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/metric/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/metric/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TBase.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TBinaryProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TCompactProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/THeaderProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TJSONProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TMultiplexedProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TProtocol.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/TProtocolDecorator.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/protocol/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/quota/QuotaService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/quota/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/quota/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/quota/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/server/THttpServer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/server/TNonblockingServer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/server/TProcessPoolServer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/server/TServer.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/server/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/topic/TopicService.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/topic/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/topic/constants.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/topic/ttypes.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/THeaderTransport.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/THttpClient.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/TSSLSocket.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/TSocket.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/TTransport.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/TTwisted.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/TZlibTransport.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/thrift/transport/sslcompat.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/utils/Const.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/utils/FalconWriter.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/utils/Utils.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos/utils/__init__.py +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/SOURCES.txt +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/dependency_links.txt +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/not-zip-safe +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/requires.txt +0 -0
- {talos-python3-3.1.0 → talos-python3-3.1.2}/talos_python3.egg-info/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: talos-python3
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.2
|
|
4
4
|
Summary: talos python3 sdk
|
|
5
|
+
Home-page: UNKNOWN
|
|
5
6
|
Author: huyumei
|
|
6
7
|
Author-email: huyumei@xiaomi.com
|
|
7
8
|
Maintainer: fangchengjin
|
|
8
9
|
Maintainer-email: fangchengjin@xiaomi.com
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Requires-Dist: IPy
|
|
10
|
+
License: UNKNOWN
|
|
11
|
+
Platform: UNKNOWN
|
|
12
|
+
|
|
13
|
+
UNKNOWN
|
|
14
|
+
|
|
@@ -52,7 +52,7 @@ class ScheduleInfoCache:
|
|
|
52
52
|
# get and update scheduleInfoMap
|
|
53
53
|
self.get_schedule_info(self.topicTalosResourceName)
|
|
54
54
|
except Exception as e:
|
|
55
|
-
self.logger.error("Exception in GetScheduleInfoTask: "
|
|
55
|
+
self.logger.error("Exception in GetScheduleInfoTask: " + str(traceback.format_exc()))
|
|
56
56
|
if Utils.is_topic_not_exist(e):
|
|
57
57
|
return
|
|
58
58
|
|
|
@@ -99,10 +99,10 @@ class SimpleConsumer:
|
|
|
99
99
|
self.scheduleInfoCache.update_schedule_info_cache()
|
|
100
100
|
getMessageResponse = self.messageClient.get_message(getMessageRequest)
|
|
101
101
|
else:
|
|
102
|
-
self.logger.error("fetch message failed! "
|
|
102
|
+
self.logger.error("fetch message failed! " + str(traceback.format_exc()))
|
|
103
103
|
raise e
|
|
104
104
|
else:
|
|
105
|
-
self.logger.error("fetch message failed! "
|
|
105
|
+
self.logger.error("fetch message failed! " + str(traceback.format_exc()))
|
|
106
106
|
raise e
|
|
107
107
|
|
|
108
108
|
# update scheduleInfocache when request have been transfered and talos auto location was set up
|
|
@@ -127,7 +127,7 @@ class SimpleConsumer:
|
|
|
127
127
|
try:
|
|
128
128
|
assert start > 0
|
|
129
129
|
except AssertionError as e:
|
|
130
|
-
self.logger.error("Exception in fetch_message: %", e)
|
|
130
|
+
self.logger.error("Exception in fetch_message: %s", e)
|
|
131
131
|
raise e
|
|
132
132
|
end = len(messageAndOffsetList)
|
|
133
133
|
return messageAndOffsetList[start:end]
|
|
@@ -145,7 +145,7 @@ class TalosMessageReader(MessageReader, MessageCheckpointer):
|
|
|
145
145
|
self.logger.info("start checkpoint: " + str(messageOffset))
|
|
146
146
|
if self.consumerConfig.is_checkpoint_auto_commit():
|
|
147
147
|
self.logger.info("You can not checkpoint through MessageCheckpointer when you set " +
|
|
148
|
-
"\"galaxy.talos.consumer.checkpoint.
|
|
148
|
+
"\"galaxy.talos.consumer.checkpoint.auto.commit\" as \"true\"")
|
|
149
149
|
return False
|
|
150
150
|
|
|
151
151
|
if messageOffset <= self.lastCommitOffset or messageOffset > self.finishedOffset:
|
|
@@ -208,7 +208,7 @@ class TalosMessageReader(MessageReader, MessageCheckpointer):
|
|
|
208
208
|
self.logger.info("start checkpoint: " + str(commitOffset))
|
|
209
209
|
if self.consumerConfig.is_checkpoint_auto_commit():
|
|
210
210
|
self.logger.info("You can not checkpoint through MessageCheckpointer when you set " +
|
|
211
|
-
"\"galaxy.talos.consumer.checkpoint.
|
|
211
|
+
"\"galaxy.talos.consumer.checkpoint.auto.commit\" as \"true\"")
|
|
212
212
|
return False
|
|
213
213
|
|
|
214
214
|
if commitOffset <= self.lastCommitOffset or commitOffset > self.finishedOffset:
|
|
@@ -236,7 +236,7 @@ class TalosProducer(object):
|
|
|
236
236
|
userMessage = UserMessage(message)
|
|
237
237
|
partitionBufferMap.get(currentPartitionId).append(userMessage)
|
|
238
238
|
else:
|
|
239
|
-
self.check_message_partition_key_validity(message.
|
|
239
|
+
self.check_message_partition_key_validity(message.partitionKey)
|
|
240
240
|
# construct UserMessage and dispatch to buffer by partitionId
|
|
241
241
|
partitionId = self.get_partition_id(message.partitionKey)
|
|
242
242
|
if partitionId not in partitionBufferMap:
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: talos-python3
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.2
|
|
4
4
|
Summary: talos python3 sdk
|
|
5
|
+
Home-page: UNKNOWN
|
|
5
6
|
Author: huyumei
|
|
6
7
|
Author-email: huyumei@xiaomi.com
|
|
7
8
|
Maintainer: fangchengjin
|
|
8
9
|
Maintainer-email: fangchengjin@xiaomi.com
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Requires-Dist: IPy
|
|
10
|
+
License: UNKNOWN
|
|
11
|
+
Platform: UNKNOWN
|
|
12
|
+
|
|
13
|
+
UNKNOWN
|
|
14
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV1.py
RENAMED
|
File without changes
|
{talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV2.py
RENAMED
|
File without changes
|
{talos-python3-3.1.0 → talos-python3-3.1.2}/talos/client/serialization/MessageSerializerV3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.0 → talos-python3-3.1.2}/talos/test/producer/test_PartitionMessageQueue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|