demos/kafka/outbox
3 years agoWIP alt kafka
Kai Moritz [Wed, 16 Sep 2020 20:27:49 +0000 (22:27 +0200)]
WIP

3 years agoWIP
Kai Moritz [Wed, 16 Sep 2020 20:23:19 +0000 (22:23 +0200)]
WIP

3 years agoWIP
Kai Moritz [Mon, 13 Jul 2020 18:54:46 +0000 (20:54 +0200)]
WIP

3 years agoSwitchted to @TransactionalEventListener
Kai Moritz [Tue, 15 Sep 2020 15:27:20 +0000 (17:27 +0200)]
Switchted to @TransactionalEventListener

* This listener ensures, that the event is fired in a specific tx-phase
* The default-phase is AFTER_COMMIT, which fits our use-case perfectly

3 years agoLogging the name for create-requests for already existent users
Kai Moritz [Wed, 16 Sep 2020 18:11:53 +0000 (20:11 +0200)]
Logging the name for create-requests for already existent users

3 years agoWiredly enforcing uniqe-users with an exception
Kai Moritz [Sun, 12 Jul 2020 13:00:39 +0000 (15:00 +0200)]
Wiredly enforcing uniqe-users with an exception

3 years agoThe app emitts events for created / deleted users
Kai Moritz [Mon, 14 Sep 2020 19:49:58 +0000 (21:49 +0200)]
The app emitts events for created / deleted users

3 years agoSimple web-app example for spring-boot-data-jdbc
Kai Moritz [Fri, 10 Jul 2020 12:54:21 +0000 (14:54 +0200)]
Simple web-app example for spring-boot-data-jdbc