This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream to https://github.com/openmeterio/openmeter.git/commi…
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
14 files
+2 −1 | cmd/balance-worker/main.go | |
+2 −1 | cmd/notification-service/main.go | |
+4 −29 | config/balanceworker.go | |
+24 −26 | config/config_test.go | |
+80 −19 | config/events.go | |
+2 −36 | config/notification.go | |
+1 −0 | go.mod | |
+2 −3 | internal/entitlement/balanceworker/worker.go | |
+11 −13 | internal/notification/consumer/consumer.go | |
+8 −0 | internal/watermill/driver/kafka/topic_provision.go | |
+19 −0 | internal/watermill/router/context.go | |
+35 −45 | internal/watermill/router/router.go | |
+261 −0 | internal/watermill/router/router_test.go | |
+2 −2 | openmeter/watermill/router/router.go |