We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ccd9a commit f3ea709Copy full SHA for f3ea709
README.md
@@ -77,6 +77,9 @@ make build
77
make local
78
```
79
80
+If you need an error code, you can generate that using e.g `shuf -i 0-9999 -n 1` and pad with zeroes.
81
+Error codes are chosen by random, uniform sampling on that interval. Pick any number, make sure its not a duplicate.
82
+
83
### Kafka & Protobuf
84
85
Whenever an Application is synchronized, a [deployment event message](https://github.com/navikt/protos/blob/master/deployment/deployment.proto)
0 commit comments