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)
Wed, Apr 24, 05:30
Unknown Object (File)
Tue, Apr 23, 10:56
Unknown Object (File)
Tue, Apr 23, 02:50
Unknown Object (File)
Sun, Apr 21, 16:19
Unknown Object (File)
Fri, Apr 19, 11:50
Unknown Object (File)
Thu, Apr 18, 10:49
Unknown Object (File)
Wed, Apr 17, 22:41
Unknown Object (File)
Wed, Apr 17, 10:31
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