mirror of https://github.com/apache/kafka.git
MINOR: add process(Test)Messages to the README (#8480)
This commit is contained in:
parent
17f9879261
commit
1263576b60
|
@ -73,6 +73,12 @@ The above command will fail if you haven't set up the signing key. To bypass sig
|
|||
|
||||
The release file can be found inside `./core/build/distributions/`.
|
||||
|
||||
### Building auto generated messages ###
|
||||
Sometimes it is only necessary to rebuild the RPC auto-generated message data when switching between branches, as they could
|
||||
fail due to code changes. You can just run:
|
||||
|
||||
./gradlew processMessages processTestMessages
|
||||
|
||||
### Cleaning the build ###
|
||||
./gradlew clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue