⌂Thoth
0.1.0*
  • Getting started
  • Words on API
  • 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
    • Handling concurrency in Thoth
  • Eventually consistent projections
  • Using published events
  • Non blocking JOOQ implementation
    • Postgres Kafka, non blocking event sourcing
    • Projections
  • Resilient kafka consumption
Thoth
⌂Thoth
0.1.0*
  • Getting started
  • Words on API
  • 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
    • Handling concurrency in Thoth
  • Eventually consistent projections
  • Using published events
  • Non blocking JOOQ implementation
    • Postgres Kafka, non blocking event sourcing
    • Projections
  • Resilient kafka consumption
  • Thoth
  • Advanced use cases

Advanced use cases

This sections covers some advanced functionalities provided by Thoth.

  • Warning / Info messages
  • Custom message ordering
  • Aggregate store
  • Event replay
  • Multiple command handling in the same transaction
  • Handling concurrency in Thoth

Next: Warning / Info messages