You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/self-hosted/data-flow.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ graph LR
89
89
### Event Processing Pipeline
90
90
91
91
1. The `snuba-consumer` service consumes events from `events` topic and process them. After being written to clickhouse, snuba publishes error & transaction events to `post-process-forwarder`.
92
-
2. The Sentry consumer that consumes `post-process-forwarder`topic process the events, and republish it to `kafka`.
92
+
2. The Sentry `post-process-forwarder`consumer consumes messages and spawns a `post_process_group` task for each processed error & issue occurance.
0 commit comments