JSchlarb

Results 6 comments of JSchlarb

@sippsolutions: systemd is not started if you are using debian:jessie image. https://github.com/appserver-io-dist/debian/blob/master/src/8/dist/DEBIAN/postinst#L30

Hi @jamilbk, I wanted to let you know that I have created a Helm chart and I would love to contribute it. How can I go about contributing the code?...

I stumbled across this issue where the node in the tenant cluster is identified by an FQDN (test-control-plane-2cqlx.tools4.svc.salt.cluster.lan) instead of just the hostname (test-control-plane-2cqlx). Due to this, the node.kubernetes.io/instance-id label,...

Just a quick note: the value provided for the proxy-buffering annotation is invalid — it needs to be either `on` or `off`, as per the [NGINX documentation](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering). The error message...

You need also install the missing dependencies, for version 32.0.1 I used the listed below (`mvn dependency:tree`) ```plain +- io.confluent:kafka-schema-registry-client:jar:6.2.12:compile +- io.confluent:kafka-protobuf-provider:jar:6.2.12:provided | +- com.squareup.wire:wire-schema:jar:3.6.0:provided | | +- com.squareup.wire:wire-runtime:jar:3.6.0:provided |...

the solution is actually in my previous comment — the issue was missing dependencies. I listed all the required jars along with their download links. Once you place them in...