Skip to content

Commit d7728e4

Browse files
author
Leonid Morgenshtern
committed
update configuration property name
1 parent 26808c9 commit d7728e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubsub/rabbitmq/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type rabbitmqMetadata struct {
4242
RequeueInFailure bool `mapstructure:"requeueInFailure"`
4343
DeliveryMode uint8 `mapstructure:"deliveryMode"` // Transient (0 or 1) or Persistent (2)
4444
PrefetchCount uint8 `mapstructure:"prefetchCount"` // Prefetch deactivated if 0
45-
ReconnectWait time.Duration `mapstructure:"reconnectWaitSeconds"`
45+
ReconnectWait time.Duration `mapstructure:"reconnectWait"`
4646
MaxLen int64 `mapstructure:"maxLen"`
4747
MaxLenBytes int64 `mapstructure:"maxLenBytes"`
4848
ExchangeKind string `mapstructure:"exchangeKind"`

pubsub/rabbitmq/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ metadata:
172172
type: bool
173173
default: '"false"'
174174
example: '"true", "false"'
175-
- name: reconnectWaitSeconds
175+
- name: reconnectWait
176176
description: |
177177
Reconnect wait in Seconds.
178178
type: duration

0 commit comments

Comments
 (0)