⌂Thoth
1.1.4*
  • Technical considerations
  • In memory example
  • Standard JOOQ/Kafka implementation
    • Postgres Kafka event sourcing
    • Projections
  • Database configuration
  • Advanced use cases
    • Warning / Info messages
    • Custom message ordering
    • Aggregate store
    • Event replay
    • Multiple command handling in the same transaction
  • Eventually consistent projections
  • Using published events
  • Non blocking JOOQ implementation
    • Postgres Kafka, non blocking event sourcing
    • Projections
  • Resilient kafka consumption
Thoth
⌂Thoth
1.1.4*
  • Technical considerations
  • In memory example
  • Standard JOOQ/Kafka implementation
    • Postgres Kafka event sourcing
    • Projections
  • Database configuration
  • Advanced use cases
    • Warning / Info messages
    • Custom message ordering
    • Aggregate store
    • Event replay
    • Multiple command handling in the same transaction
  • Eventually consistent projections
  • Using published events
  • Non blocking JOOQ implementation
    • Postgres Kafka, non blocking event sourcing
    • Projections
  • Resilient kafka consumption
  • Thoth
  • Non blocking JOOQ implementation

Non blocking JOOQ implementation

This section provides an alternative implementation to the standard one that combine Vertx Postgres driver to JOOQ to get a reactive implementation.

  • Postgres Kafka, non blocking event sourcing
  • Projections
The source code for this page can be found here.

Next: Postgres Kafka, non blocking event sourcing