Skip to content

Commit

Permalink
fix: emulator readme and context version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jul 20, 2022
1 parent facd77f commit a70b169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This module includes some experimental CLIs for Apache Kafka.
- [Context](./context)
- [Quotas](./quotas)

### Producer
### Tools

- [Producer DataGen](./producer-datagen)
- [Emulator](./emulator)
2 changes: 1 addition & 1 deletion emulator/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kafka Zip
# Kafka Emulator

A file format that represents set of records in kafka

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<picocli.version>4.6.3</picocli.version>
<kafka.version>3.1.0</kafka.version>
<confluent.version>7.0.1</confluent.version>
<kafka-context.version>0.3.1-SNAPSHOT</kafka-context.version>
<kafka-context.version>0.4.0</kafka-context.version>
<jackson.version>2.13.3</jackson.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>5.8.2</junit.version>
Expand Down

0 comments on commit a70b169

Please sign in to comment.