Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When configuring the kafka client disable the server #154

Merged

Conversation

jvlcek
Copy link
Member

@jvlcek jvlcek commented Mar 9, 2021

Fixes #141

The overhead imposed by running the kafka server is unnecessary when only the kafka client is desired.

The best way to ensure resources used by the kafka server are cleaned up is to invoke the kafka servers #unconfigure method. Running the #unconfigure method is only necessary if the kafka or zookeeper services are not running. It could be argued that the new method #configured? only need check if the kafka service is running but to be safe I check if either kafka or zooker services are running.

@jvlcek
Copy link
Member Author

jvlcek commented Mar 9, 2021

@miq-bot add_label enhancement

@jvlcek
Copy link
Member Author

jvlcek commented Mar 9, 2021

@miq-bot assign @bdunne

@jvlcek
Copy link
Member Author

jvlcek commented Mar 9, 2021

@bdunne Here is the next PR for the kafka work.

Please take a look.

@bdunne bdunne merged commit 17294bf into ManageIQ:master Mar 9, 2021
bdunne added a commit that referenced this pull request Mar 30, 2021
Enhancements:
- Support a configuring the kafka server with the current IPAddr - #159
- Support moving Kafka Persistent data to a dedicated disk - #158
- Inject postgres admin into the appliance console - #157
- [Utilities] Add #disk_usage - #155
- When configuring the kafka client disable the server - #154
- Pass password to the keytool command using stdin - #152
- Support configuring Kafka through the CLI - #151
- Unify kafka client setup - #149
- use attr_reader only for password - #148
- remove duplicate class attr writer - #145
- Toggle Settings.prototype.messaging_type for Kafka support - #137
- Initial commit of kafka server configuration - #130

Bugs:
- Fix Hakiri errors on activesupport/activerecord - #156
- Fix MAC test failures - #150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When configuring the kafka client disable the kafka server
3 participants