We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ce610 commit 96c6efeCopy full SHA for 96c6efe
internal/impl/kafka/enterprise/global_redpanda_writer.go
@@ -62,7 +62,7 @@ func GlobalRedpandaFields() []*service.ConfigField {
62
Example("__redpanda.connect.status"),
63
64
// Deprecated
65
- service.NewStringField(grwFieldRackID).Deprecated(),
+ service.NewStringField(grwFieldRackID).Default("").Deprecated(),
66
},
67
kafka.FranzProducerFields(),
68
)
0 commit comments