From: Kai Moritz Date: Sun, 23 Jun 2024 09:53:13 +0000 (+0200) Subject: Switched all services to `eclipse-temurin:21-jre` X-Git-Tag: wordcount-2.2.1~1 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=ba98888e1b9070219d0f93845287664633e3f01a;hp=ba98888e1b9070219d0f93845287664633e3f01a;p=demos%2Fkafka%2Fwordcount Switched all services to `eclipse-temurin:21-jre` * Kafka Streams uses RocksDB to store data locally. * Unfortunatly, RocksDB dose _not_ work on Alpine Linux. * Therefore, the bigger standard-image has to be used. ---