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: c547947da3357779bcbbe7f8654c763e0d90420a6e64752b079edf10f6b5325f
4
- data.tar.gz: 046e7a2731fa00a22efea2dd63df031c546908a4a3c7552bc5d9605037bcf1ea
3
+ metadata.gz: b094e10fe4a4a73036c238e878444be75c49248c1438bc5a9903d0681fa6974f
4
+ data.tar.gz: 4970f8c9894c3bbcd2d17344740b79d7de79603cd69bf0f1ea926499cd21318d
5
5
  SHA512:
6
- metadata.gz: 052c8a022d0548a468f68d36211db5a3e8b84bacb16466fd9f55b5ba8fc35343f0b214cb5dde3234a5163d1b0498075b707022aae04eefef6ece360331f58bdd
7
- data.tar.gz: e315994bd419cb845af00147c19e01cf81ce18fc47afa899bb827903d6029d560414be0f2add430112f9b1bc15073b2cdb42116971b80fb4ef73e1fbff7c6b16
6
+ metadata.gz: cb6342b57501834db3f69785c74ef616e54154625f239313c87c0aea87aabd3a6276b27e997c1f9b234d86272f966534048383f39884dde30823ff8ab390f10f
7
+ data.tar.gz: 763ea016e5d49310211b85cef1a44e01cda8969966627ce429028269bf3b254643ca3db38fa312c861e9adaa6c0604a5bbb482dc32ced3923e5ad299a0274e97
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module V1
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_kafka-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC