Skip to content

Conversation

@Savid
Copy link
Member

@Savid Savid commented Jan 13, 2026

Remove the post-insert verification system from both transaction processors (simple and structlog). This eliminates the delayed count-comparison logic that was used to validate ClickHouse inserts.

  • Delete verification.go from both processors
  • Remove verify queue functions from common/queues.go
  • Remove VerificationMismatchRate metric
  • Remove verify task types, payloads, and handlers
  • Remove verify queue entries from processor configs
  • Update README to reflect simplified queue architecture

Remove the post-insert verification system from both transaction
processors (simple and structlog). This eliminates the delayed
count-comparison logic that was used to validate ClickHouse inserts.

- Delete verification.go from both processors
- Remove verify queue functions from common/queues.go
- Remove VerificationMismatchRate metric
- Remove verify task types, payloads, and handlers
- Remove verify queue entries from processor configs
- Update README to reflect simplified queue architecture
@Savid Savid merged commit 3ca6525 into master Jan 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants