Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add basic schema and examples for ingest-events [INC-660] #230

Merged
merged 6 commits into from Mar 11, 2024

Commits on Mar 6, 2024

  1. feat: Add basic schema and examples for ingest-events [INC-660]

    Adding the schema for ingest-events so we can perform more validations
    against clients (producers + consumers) on this topic.
    
    Specifically, the are 4 known immediate use cases for this:
    - Exceptions raised in the ingest consumer can be checked against this schema and DLQed if they do not conform
    - Relay CI can check that messages produced on this topic conform to this schema
    - Sentry devserver will validate all incoming messages against this schema
    - Sentry CI can run these examples against consumer code
    lynnagara committed Mar 6, 2024
    Copy the full SHA
    7467953 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6bb7c1b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. max.message.bytes

    lynnagara committed Mar 7, 2024
    Copy the full SHA
    3959cd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Copy the full SHA
    46ecf30 View commit details
    Browse the repository at this point in the history
  2. add start time

    lynnagara committed Mar 8, 2024
    Copy the full SHA
    7c191b3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d97466 View commit details
    Browse the repository at this point in the history