Skip to content

Commit

Permalink
add documentation for multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Mar 7, 2023
1 parent 01c6b33 commit 05385c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/user_manual/configuration/output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Output
======

It is possible to define multiple outputs as a dictionary of :code:`<output name>: <output config>`.
If you define multiple outputs with the attribute :code:`default: true` then be aware, that
logprep only guaranties that one output has received data by calling the :code:`batch_finished_callback`.

We recommed to only use one default output and define other outputs only for storing custom extra data.

.. automodule:: logprep.connector.confluent_kafka.output
.. autoclass:: logprep.connector.confluent_kafka.input.ConfluentKafkaInput.Config
:members:
Expand Down

0 comments on commit 05385c1

Please sign in to comment.