- Notifications
You must be signed in to change notification settings - Fork17
heroku/heroku-kafka-jsplugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A plugin to manage Heroku Kafka.
heroku kafka:consumer-groups [CLUSTER] # lists available Kafka consumer groupsheroku kafka:consumer-groups:create CONSUMER_GROUP [CLUSTER] # creates a consumer group in Kafkaheroku kafka:consumer-groups:destroy CONSUMER_GROUP [CLUSTER] # destroys a consumer group in Kafkaheroku kafka:fail [CLUSTER] # triggers failure on one node in the clusterheroku kafka:info [CLUSTER] # display cluster informationheroku kafka:topics [CLUSTER] # lists available Kafka topicsheroku kafka:topics:compaction TOPIC VALUE [CLUSTER] # configures topic compaction in Kafkaheroku kafka:topics:create TOPIC [CLUSTER] # creates a topic in Kafkaheroku kafka:topics:destroy TOPIC [CLUSTER] # deletes a topic in Kafkaheroku kafka:topics:info TOPIC [CLUSTER] # shows information about a topic in Kafkaheroku kafka:topics:replication-factor TOPIC VALUE [CLUSTER] # configures topic replication factor in Kafkaheroku kafka:topics:retention-time TOPIC VALUE [CLUSTER] # configures topic retention time (e.g. 10d, 36h)heroku kafka:topics:tail TOPIC [CLUSTER] # tails a topic in Kafkaheroku kafka:topics:write TOPIC MESSAGE [CLUSTER] # writes a message to a Kafka topicheroku kafka:upgrade [CLUSTER] # upgrades kafka broker versionheroku kafka:wait [CLUSTER] # waits until Kafka is ready to use$heroku plugins:install heroku-kafkaFor normal development, the initial setup is:
#ensure node 8.x is installed$yarn$heroku plugins:link
To publish new versions, seethe data plugin documentation.
About
Heroku Kafka CLI Plugin
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.