Skip to content

Commit

Permalink
use basic-0 plan (#16)
Browse files Browse the repository at this point in the history
* use basic-0 plan

* fixes

* fix consumer-group name
  • Loading branch information
jdowning committed Sep 13, 2017
1 parent 75b48b0 commit c6f16a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -22,15 +22,15 @@ $ heroku plugins:install heroku-kafka
Create a heroku app with Kafka attached:

```
$ heroku create
$ heroku addons:create heroku-kafka:standard-0
$ heroku kafka:wait
$ heroku apps:create your-cool-app-name
$ heroku addons:create heroku-kafka:basic-0
```

Create the sample topic, by default the topic will have 32 partitions.
Create the sample topic and consumer group. By default, the topic will have 8 partitions:

```
$ heroku kafka:topics:create messages
$ heroku kafka:consumer-groups:create demo-group
```

Deploy to Heroku and open the app:
Expand Down

0 comments on commit c6f16a6

Please sign in to comment.