Skip to content

Debugging Kafka \ API resources

Thom van Kalkeren edited this page Sep 19, 2019 · 1 revision

All events on the kafka bus are also streamed into cloud storage.

They can be downloaded with the command gsutil -m rsync -d -r gs://kafka-sink ./kafka-sync where the latter is a local folder.

Searching for deltas can be done with grep: grep -nr <ori_id> ..

Note the topic in the filepath

  • ori-delta - The default topic which streams from ocd_backend to ori_api
  • ori-api-error - Dead letter queue, streams from ori_api to ori_api
  • ori-api-update - Contains messages for creating aggregate resources in the API (e.g. organization update feed), streams from ori_api to ori_api