Issues

Select view

Select search mode

 

Typo in Configuring Minion via confd README

Fixed

Description

As per official guide while setting up minion over docker, if we want to setup Kafka brokers for RPC or IPC using confd, the steps referred in documentation lead to failure to start kafka bundle.
The issue is due to typo in bootstrap.servers key name mentioned in the documentation.
It is mentioned as boostrap.servers while it should be bootstrap.servers. This leads to failure in starting the kafka bundle as it is not able to find the correct key in configuration.

Environment

Docker

Acceptance / Success Criteria

Kafka bundle is able to start correctly while configuring minion via confd on docker.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

PagerDuty

Created July 20, 2023 at 7:33 AM
Updated July 24, 2023 at 8:27 PM
Resolved July 24, 2023 at 8:27 PM

Activity

Show:

Benjamin ReedJuly 24, 2023 at 8:27 PM

thanks for the contribution! good catch

Devesh ChaturvediJuly 20, 2023 at 7:37 AM

Created a PR to address the issue.