google-cloud-managed_kafka-v1 1.1.1 → 1.1.2
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b094e10fe4a4a73036c238e878444be75c49248c1438bc5a9903d0681fa6974f
|
4
|
+
data.tar.gz: 4970f8c9894c3bbcd2d17344740b79d7de79603cd69bf0f1ea926499cd21318d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb6342b57501834db3f69785c74ef616e54154625f239313c87c0aea87aabd3a6276b27e997c1f9b234d86272f966534048383f39884dde30823ff8ab390f10f
|
7
|
+
data.tar.gz: 763ea016e5d49310211b85cef1a44e01cda8969966627ce429028269bf3b254643ca3db38fa312c861e9adaa6c0604a5bbb482dc32ced3923e5ad299a0274e97
|
@@ -482,7 +482,8 @@ module Google
|
|
482
482
|
# Note that the delay between consecutive task restarts may not always
|
483
483
|
# precisely match the configured settings. This can happen when the
|
484
484
|
# ConnectCluster is in rebalancing state or if the ConnectCluster is
|
485
|
-
# unresponsive etc.
|
485
|
+
# unresponsive etc. The default values for minimum and maximum backoffs are
|
486
|
+
# 60 seconds and 30 minutes respectively.
|
486
487
|
# @!attribute [rw] minimum_backoff
|
487
488
|
# @return [::Google::Protobuf::Duration]
|
488
489
|
# Optional. The minimum amount of time to wait before retrying a failed task.
|