Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
close #2
  • Loading branch information
tchiotludo committed Jan 12, 2019
1 parent 0807874 commit 9ec470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
- [x] Delete a record
- [x] Sort view
- [x] Filter per partitions
- [X] Filter with a starting time
- [ ] Handle Kafka Registry Deserialization
- [ ] Filter with a starting offset
- [ ] Filter with a starting time
- [ ] Consumer Groups (only with kafka internal storage, not with old Zookepper)
- [x] List with lag, topics assignemnts
- [x] Partitions view & lag
Expand Down Expand Up @@ -60,7 +60,7 @@ Go to http://localhost:8080
* Install Java 8
* Download the latest jar on [release page](TODO)
* Create an `application.conf` in the same directory
* Launch the application with `java kafkahq.jar prod`
* Launch the application with `java -jar kafkahq.jar prod`
* Go to http://localhost:8080


Expand Down

0 comments on commit 9ec470b

Please sign in to comment.