Page MenuHomeDevCentral

Provide Kafka and ZooKeeper instances for Sentry
ClosedPublic

Authored by dereckson on Mar 9 2023, 23:14.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 15:16
Unknown Object (File)
Sat, Nov 2, 11:48
Unknown Object (File)
Thu, Oct 31, 20:11
Unknown Object (File)
Thu, Oct 31, 20:10
Unknown Object (File)
Thu, Oct 31, 19:18
Unknown Object (File)
Thu, Oct 31, 12:10
Unknown Object (File)
Thu, Oct 31, 07:31
Unknown Object (File)
Tue, Oct 29, 22:24
Subscribers
None

Details

Summary

Modern Sentry stacks uses Kafka to transfer messages, and ZooKepper
to coordinate Kafka instances.

Kafka topics are created 20 seconds after startup if not done in the past.
A feature flag file .topics_initialized is created to indicate it's done.

Ref T1791.

Test Plan
  • Deploy on docker-002
  • Check connectivity done between Zookeeper and Kafka with docker logs
  • Check topics with kafka-topics --list --bootstrap-server localhost:9092

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Kafka and zookeeper are up and healthy.

We've the Kafka topics.

It's idempotent.

This revision is now accepted and ready to land.Mar 9 2023, 23:18