Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Heroku Kafka CLI Plugin

License

NotificationsYou must be signed in to change notification settings

heroku/heroku-kafka-jsplugin

Repository files navigation

Build StatusCoverage Status

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

Install

$heroku plugins:install heroku-kafka

Development

For normal development, the initial setup is:

#ensure node 8.x is installed$yarn$heroku plugins:link

Publishing

To publish new versions, seethe data plugin documentation.

About

Heroku Kafka CLI Plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors29


[8]ページ先頭

©2009-2025 Movatter.jp