William Albertus Dembo

Results 4 issues of William Albertus Dembo

Got `Exception: Could not extract package name` while running this plugin for proto without `package` `package` should be optional for proto file ([reference](https://developers.google.com/protocol-buffers/docs/proto3#packages)) Error line: https://github.com/zalopay-oss/jmeter-grpc-request/blob/master/src/main/java/vn/zalopay/benchmark/core/protobuf/ProtoMethodName.java#L28 ``` 2021-02-18 16:17:10,180 ERROR...

We got this error when executing dry-run. We suspect this is because the consul is not installed, the job to install consul is failing on dry-run. This task should also...

The Patroni cannot start when it use non-alphanumeric value for value in patroni_postgresql_parameters and patroni_bootstrap_dcs_postgresql_parameters. The value parts need to be in quotes. Close #107

The Patroni cannot start when it use non-alphanumeric value for `value` in `patroni_postgresql_parameters` and `patroni_bootstrap_dcs_postgresql_parameters`. e.g: ```yaml patroni_postgresql_parameters: - { option: "listen_addresses", value: "*" } - { option: "log_line_prefix", value:...