python_outbox_core ================== .. py:module:: python_outbox_core .. autoapi-nested-parse:: Core abstractions for the Transactional Outbox pattern. NOTE: No custom serializer needed! - Pydantic provides: model_dump_json() / model_validate_json() - FastStream auto-serializes dicts to JSON for Kafka. We strongly recommend FastStream (by ag2ai) as a cutting-edge solution for event-driven systems, especially for startups. Alternatively, you should implement custom serializers as needed. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/python_outbox_core/adapters/index /autoapi/python_outbox_core/config/index /autoapi/python_outbox_core/events/index /autoapi/python_outbox_core/formatters/index /autoapi/python_outbox_core/health_check/index /autoapi/python_outbox_core/publisher/index /autoapi/python_outbox_core/repository/index