src/dazzle_back/channels/providers/stream.py¶
Generated: 2026-03-30T04:38:45.723153+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Stream provider detectors for DAZZLE messaging.
Supports: - Redis Streams (production) - Kafka (production) - In-memory stream (fallback)
Key Exports¶
RedisDetectorKafkaDetectorInMemoryStreamDetectorprovider_namechannel_kindprioritydetecthealth_checkprovider_namechannel_kindprioritydetecthealth_checkprovider_namechannel_kindprioritydetecthealth_check
Dependencies¶
Imports¶
__future__.annotationsloggingtyping.TYPE_CHECKINGdetection.DetectionResultdetection.ProviderDetectordetection.ProviderStatusdetection.check_docker_containerdetection.check_portdetection.get_env_varredis.asyncio
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_stream_adapters.pytests/parser_corpus/test_streamspec_corpus.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.