Skip to content

Commit

Permalink
🏁 Releasing version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2022
1 parent 602e2d3 commit 45c1607
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
13 changes: 8 additions & 5 deletions emulator/docs/kfk-emulator-record.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ kfk-emulator-record - Record topic events
// tag::picocli-generated-man-section-synopsis[]
== Synopsis

*kfk-emulator record* [*-k*=_<keyFormat>_] [*-p*=_<pollTimeout>_] [*-v*=_<valueFormat>_]
[*-t*=_<topics>_]... (*-c*=_<configPath>_ |
[*--kafka*=_<kafkaContextName>_ [*--sr*=_<srContextName>_]])
[*--start-from-ts*=_<fromTime>_ |
*kfk-emulator record* [*-k*=_<keyFormat>_] [*--poll-timeout*=_<pollTimeout>_]
[*-v*=_<valueFormat>_] [*-p*=_<String=String>_]... [*-t*=_<topics>_]...
(*-c*=_<configPath>_ | [*--kafka*=_<kafkaContextName>_
[*--sr*=_<srContextName>_]]) [*--start-from-ts*=_<fromTime>_ |
*--start-from-offsets*=_<String=Long>_
[*--start-from-offsets*=_<String=Long>_]...] [[*--end-now*] |
*-n*=_<recordsPerPartition>_ | *--end-at-ts*=_<toTime>_ |
Expand Down Expand Up @@ -64,7 +64,10 @@ Record topic events
*-n*, *--records*=_<recordsPerPartition>_::
Per partition

*-p*, *--poll-timeout*=_<pollTimeout>_::
*-p*, *--prop*=_<String=String>_::
Additional client properties

*--poll-timeout*=_<pollTimeout>_::
Seconds to wait for data to arrive to topic partitions

*--sr*=_<srContextName>_::
Expand Down
10 changes: 7 additions & 3 deletions emulator/docs/kfk-emulator-replay.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ kfk-emulator-replay - Replay topic events
== Synopsis

*kfk-emulator replay* [*--dry-run*] [*--no-wait*] [*--exclude*=_<excludes>_]...
[*--include*=_<includes>_]... [*-t*=_<String=String>_]...
(*-c*=_<configPath>_ | [*--kafka*=_<kafkaContextName>_
[*--sr*=_<srContextName>_]]) _<archivePath>_
[*--include*=_<includes>_]... [*-p*=_<String=String>_]...
[*-t*=_<String=String>_]... ([*-c*=_<configPath>_]
[*--kafka*=_<kafkaContextName>_ [*--sr*=_<srContextName>_]])
_<archivePath>_

// end::picocli-generated-man-section-synopsis[]

Expand Down Expand Up @@ -56,6 +57,9 @@ Replay topic events
*--no-wait*::


*-p*, *--prop*=_<String=String>_::
Additional client properties

*--sr*=_<srContextName>_::
Schema Registry context name

Expand Down
4 changes: 2 additions & 2 deletions emulator/docs/kfk-emulator.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// tag::picocli-generated-full-manpage[]
// tag::picocli-generated-man-section-header[]
:doctype: manpage
:revnumber: kafka-cli-emulator version 0.3.1
:revnumber: kafka-cli-emulator version 0.3.2
:manmanual: Kfk-emulator Manual
:mansource: kafka-cli-emulator version 0.3.1
:mansource: kafka-cli-emulator version 0.3.2
:man-linkstyle: pass:[blue R < >]
= kfk-emulator(1)

Expand Down
2 changes: 1 addition & 1 deletion emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>kafka-cli-emulator</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>

<name>kafka-cli-emulator</name>
<description>Kafka CLI: Emulator</description>
Expand Down

0 comments on commit 45c1607

Please sign in to comment.