Skip to content

Commit c22f2d4

Browse files
committed
latest changes
1 parent 9eefdb5 commit c22f2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/configtypes/engine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Engine struct {
88
}
99

1010
type RedisBrokerCommon struct {
11-
UseLists bool `mapstructure:"use_lists" json:"use_lists" envconfig:"use_lists" yaml:"use_lists" toml:"use_lists"`
11+
UseLists bool `mapstructure:"history_use_lists" json:"history_use_lists" envconfig:"history_use_lists" yaml:"history_use_lists" toml:"history_use_lists"`
1212
}
1313

1414
type RedisBroker struct {

internal/configtypes/namespace.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ type ChannelOptions struct {
165165
// SubscribeStreamProxyName of proxy to use for subscribe stream operations in namespace.
166166
SubscribeStreamProxyName string `mapstructure:"subscribe_stream_proxy_name" default:"default" json:"subscribe_stream_proxy_name" envconfig:"subscribe_stream_proxy_name" yaml:"subscribe_stream_proxy_name" toml:"subscribe_stream_proxy_name"`
167167
// SubscribeStreamBidirectional enables using bidirectional stream proxy for the namespace.
168-
SubscribeStreamBidirectional bool `mapstructure:"subscribe_stream_bidirectional" json:"subscribe_stream_bidirectional" envconfig:"subscribe_stream_bidirectional" yaml:"subscribe_stream_bidirectional" toml:"subscribe_stream_bidirectional"`
168+
SubscribeStreamBidirectional bool `mapstructure:"subscribe_stream_proxy_bidirectional" json:"subscribe_stream_proxy_bidirectional" envconfig:"subscribe_stream_proxy_bidirectional" yaml:"subscribe_stream_proxy_bidirectional" toml:"subscribe_stream_proxy_bidirectional"`
169169

170170
Compiled `json:"-" yaml:"-" toml:"-"`
171171
}

0 commit comments

Comments
 (0)