/natscontracts

Nats Contracts for testing out super clusters and all important ilities

Contract artifact for all gRPC communication

Generating classes for Java

./gradlew generateProto

Generating files for Python

for file in $(ls ./src/main/proto); do
    python3 -m grpc_tools.protoc -I./src/main/proto --python_out=.python --grpc_python_out=.python ./src/main/proto/${file};
done