userver: pytest_userver.plugins.kafka Namespace Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.kafka Namespace Reference

Detailed Description

Plugin that imports the required fixtures to start the broker.

Functions

List[str] kafka_components ()
 Should contain manually listed names of kafka producer and consumer components.
 
dict kafka_secdist (_bootstrap_servers, kafka_components)
 Automatically generates secdist config from user static config.
 

Variables

list pytest_plugins
 

Variable Documentation

◆ pytest_plugins

list pytest_userver.plugins.kafka.pytest_plugins
Initial value:
1= [
2 'testsuite.databases.kafka.pytest_plugin',
3 'pytest_userver.plugins.core',
4]

Definition at line 13 of file kafka.py.