From: Kai Moritz Date: Wed, 12 Jun 2024 21:08:57 +0000 (+0200) Subject: query: 2.0.0 - (RED) Corrected expectations for the ``users``-input-topic X-Git-Tag: popular-on-query~10 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=a07e20011b1a22d120920e84c36683a9d42c3ac5;hp=a07e20011b1a22d120920e84c36683a9d42c3ac5;p=demos%2Fkafka%2Fwordcount query: 2.0.0 - (RED) Corrected expectations for the ``users``-input-topic * The messages that are written by the `users` service doese _not_ contain any type-information. * This commits corrects the corresponding expectations in the test-cases. * *RED:* The tests fail, because the implementation was not yet fixed! ---