matrice 1.0.99173__py3-none-any.whl → 1.0.99174__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.
- matrice/deploy/utils/kafka_utils.py +1 -1
- {matrice-1.0.99173.dist-info → matrice-1.0.99174.dist-info}/METADATA +1 -1
- {matrice-1.0.99173.dist-info → matrice-1.0.99174.dist-info}/RECORD +6 -6
- {matrice-1.0.99173.dist-info → matrice-1.0.99174.dist-info}/WHEEL +0 -0
- {matrice-1.0.99173.dist-info → matrice-1.0.99174.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99173.dist-info → matrice-1.0.99174.dist-info}/top_level.txt +0 -0
@@ -554,7 +554,7 @@ class AsyncKafkaUtils:
|
|
554
554
|
"""
|
555
555
|
producer_config = {
|
556
556
|
"bootstrap_servers": self.bootstrap_servers,
|
557
|
-
"acks":
|
557
|
+
"acks": "all", # Changed from "all" for better throughput
|
558
558
|
"enable_idempotence": True,
|
559
559
|
"request_timeout_ms": 60000, # Increased timeout
|
560
560
|
"retry_backoff_ms": 100, # Reduced backoff
|
@@ -121,7 +121,7 @@ matrice/deploy/server/proxy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
121
121
|
matrice/deploy/server/proxy/proxy_interface.py,sha256=f_kNp5Y5WDBXKokoZXBMIS7SGwoYtvSMLhNzKqm9oso,8495
|
122
122
|
matrice/deploy/server/proxy/proxy_utils.py,sha256=-ne310WJilwhEK-4vn3-shsSi5V8PmJPtc6OspRYSXE,10423
|
123
123
|
matrice/deploy/utils/__init__.py,sha256=-qzjYt4wl6dxSgmWQzcE5f3-Fp25zmXwtDMZAvreS4E,675
|
124
|
-
matrice/deploy/utils/kafka_utils.py,sha256=
|
124
|
+
matrice/deploy/utils/kafka_utils.py,sha256=jeOzwThMvThIDYB1hf6oBUhLBq07jNCqUSVu-5LhiM4,57578
|
125
125
|
matrice/deploy/utils/boundary_drawing_internal/__init__.py,sha256=4mUOm5_T-vf-XA-kS8EKuuDwUIEV2cTYcYsfApe2CbU,1588
|
126
126
|
matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_internal.py,sha256=5SPGXS9EIhJJtvC5qTBBmOTQqSKU2byxHIFgo6Bmt-U,43944
|
127
127
|
matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_tool.py,sha256=eY0VQGZ8BfTmR4_ThIAXaumBjh8_c7w69w-d3kta8p0,15421
|
@@ -227,8 +227,8 @@ matrice/deployment/camera_manager.py,sha256=ReBZqm1CNXRImKcbcZ4uWAT3TUWkof1D28oB
|
|
227
227
|
matrice/deployment/deployment.py,sha256=PLIUD-PxTaC2Zxb3Y12wUddsryV-OJetjCjLoSUh7S4,48103
|
228
228
|
matrice/deployment/inference_pipeline.py,sha256=bXLgd29ViA7o0c7YWLFJl1otBUQfTPb61jS6VawQB0Y,37918
|
229
229
|
matrice/deployment/streaming_gateway_manager.py,sha256=w5swGsuFVfZIdOm2ZuBHRHlRdYYJMLopLsf2gb91lQ8,20946
|
230
|
-
matrice-1.0.
|
231
|
-
matrice-1.0.
|
232
|
-
matrice-1.0.
|
233
|
-
matrice-1.0.
|
234
|
-
matrice-1.0.
|
230
|
+
matrice-1.0.99174.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
231
|
+
matrice-1.0.99174.dist-info/METADATA,sha256=wHVAQeNTep5wsKewyODCBg7nNkN-GR2TMui6F5YvX0g,14624
|
232
|
+
matrice-1.0.99174.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
233
|
+
matrice-1.0.99174.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
234
|
+
matrice-1.0.99174.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|