demos/kafka/kafkahandler
23 months agoTriggerd bug (?) by adding a parameter of type `ConsumerRecordMetadata` fails-with-metadata
Kai Moritz [Mon, 6 Jun 2022 16:04:56 +0000 (18:04 +0200)]
Triggerd bug (?) by adding a parameter of type `ConsumerRecordMetadata`

23 months agoAdded a consumer, that received messages of multiple types works-with-multiple-message-types
Kai Moritz [Mon, 6 Jun 2022 15:06:41 +0000 (17:06 +0200)]
Added a consumer, that received messages of multiple types

* The consumer receives messages of type `Foo` and `Bar`.
* Added a test, that verifies, that the consumer can receive messages
  of type `Foo` and `Bar`.

23 months agoGenerated an empty project with spring initializr
Kai Moritz [Mon, 6 Jun 2022 09:43:26 +0000 (11:43 +0200)]
Generated an empty project with spring initializr