moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

feat: Add Configuration and Implementation for Kafka Notifications #234

Open myronjhicks opened 1 week ago

myronjhicks commented 1 week ago

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 commented 6 days ago

Promising but closed PR: https://github.com/moov-io/achgateway/pull/146

myronjhicks commented 6 days ago

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