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

DM-40414: Write PipelineTask to transmit alerts to Kafka #191

Merged
merged 3 commits into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. Add producer to ap_association and update unit tests

    Add confluent_kafka to ap_association so that alerts can be sent to the alert stream when doProduceAlerts is set. Additionally, update the write alerts function to only write when doWriteAlerts is set. Add unit tests to test the new functionality.
    bsmartradio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2393433 View commit details
    Browse the repository at this point in the history
  2. Fix floating point round tripping

    The schema is f32, so we have to use that in the test data to make it
    round trip.
    The assert in the test itself needs to be exact equality.
    parejkoj authored and bsmartradio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2270892 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update unit tests and import handling

    Moved functions in unit tests and cleaned up packageAlerts.
    bsmartradio committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3861bca View commit details
    Browse the repository at this point in the history