create_app¶
-
kafkaaggregator.app.
create_app
(config: kafkaaggregator.config.Configuration = None) → faust_avro.app.App¶ Create and configure a Faust based kafka-aggregator application.
Parameters: config ( Configuration
, optional) – The configuration to use. If not provided, the default Configuration settings will be used.