We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815aa59 commit 06f72d3Copy full SHA for 06f72d3
config/deployments/env_specific.toml
@@ -78,6 +78,8 @@ refund_analytics_topic = "topic" # Kafka topic to be used for Refund events
78
api_logs_topic = "topic" # Kafka topic to be used for incoming api events
79
connector_logs_topic = "topic" # Kafka topic to be used for connector api events
80
outgoing_webhook_logs_topic = "topic" # Kafka topic to be used for outgoing webhook events
81
+dispute_analytics_topic = "topic" # Kafka topic to be used for Dispute events
82
+audit_events_topic = "topic" # Kafka topic to be used for Payment Audit events
83
84
# File storage configuration
85
[file_storage]
0 commit comments