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

Ops tooling #1 #127

Merged
merged 2 commits into from
Jan 23, 2018
Merged

Ops tooling #1 #127

merged 2 commits into from
Jan 23, 2018

Conversation

evanmcc
Copy link
Contributor

@evanmcc evanmcc commented Jan 19, 2018

This provides some of the operational tooling asked for in #100. Specifically, listing running topics, restarting topics, and deleting topics.

-export([
create_topic/1,
delete_topic/1,
describe_topic/1,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that this one is missing, I just wanted to get the rest reviewed while I worked on the rest of the list.

this commit adds the beginning of some manual operational tooling for
working with topics outside of the api.  included are:
 - delete_topic
 - deactivate_topic
 - running_topics

the idea here is to make it a bit easier to do some common operations
to rescue ailing clusters, albeit in a sometimes destructive way.
more to come later.
@evanmcc evanmcc changed the title WIP: Ops tooling Ops tooling Jan 19, 2018
@evanmcc evanmcc changed the title Ops tooling Ops tooling #1 Jan 19, 2018
@evanmcc evanmcc merged commit 078f8b3 into master Jan 23, 2018
@evanmcc evanmcc deleted the ops-tooling branch January 23, 2018 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants