sentry
sentry copied to clipboard
Publish UserIP logs to kafka from REGION silos
Work in progress, want to finish testing and then write the consumer for CONTROL silos. Just getting some eyes on it so far.
Ok, finished first pass of consumer, writing tests and making a few more adjustments.
@markstory @RyanSkonnord
Recently updated, mind taking another pass?
- Simplified topics to just one broad region -> control topic which shares all messages. This is simplest given the 'weird' nature of this kafka topic (consumed by the control silo).
- Moved to using the 'new' kafka consumer approach via arroyo.
Fixing tests in CI, I just needed to create a new job for the kafka consumer test.
Remaining test failure seems to be related to performance flakey test. Final pass @markstory @RyanSkonnord ?