eclipse / packages

IoT Packages project
https://eclipse.org/packages
Eclipse Public License 2.0
46 stars 66 forks source link

Update to kafka 3.4 #514

Closed sophokles73 closed 1 year ago

sophokles73 commented 1 year ago

Updated to bitnami/kafka chart version 21.x which uses Kafka 3.4. This aligns better with the Kafka version being used for testing in Hono 2.4.

sophokles73 commented 1 year ago

Ok, I have taken another look. Actually, there is no need to add the trust store to the example keys secret because we already mount the generic hono-example-trust-store configmap into all containers, which contains the ca.crt (based on trusted-certs.pem). I have therefore removed the change to the dispatch-router-example-keys ...

sophokles73 commented 1 year ago

@calohmn would you mind taking another look?

calohmn commented 1 year ago

I have therefore removed the change to the dispatch-router-example-keys ...

The change is still mentioned in the commit message.

sophokles73 commented 1 year ago

@calohmn fixed the commit message