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 Configuration and Implementation for Kafka Notifications #234

Open
myronjhicks opened this issue Jun 24, 2024 · 3 comments
Open

Comments

@myronjhicks
Copy link

This enhancement will enable the ACH Gateway to send a structured event over Kafka (in addition to email, slack, and pager duty) for consumption when such events occur.

The kafka is not currently included in the multi sender functionality of multi.go

This feature will enhance the observability and real-time monitoring capabilities of the ACH Gateway by leveraging Kafka's distributed messaging system.

Consumers of these Kafka events can themselves process, store, or add additional alerting based on the data in the struct.

@myronjhicks
Copy link
Author

Promising but closed PR: #146

@myronjhicks
Copy link
Author

Consideration: Following the FileUploaded events, could we also emit a MergedFileUploaded that is the struct from marshalKafkaMessage

@adamdecaf
Copy link
Member

I don't remember why this wasn't added into multi.go, but I'm fine adding it. I remember that we didn't settle on the fields to return as part of the event, but what's there is probably fine.

I don't understand what MergedFileUploaded is. We'd publish FileUploaded, right?

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

No branches or pull requests

2 participants