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: send events directly to Kafka #1037

Merged
merged 17 commits into from
May 28, 2024
Prev Previous commit
Next Next commit
chore: deps
  • Loading branch information
kalinkrustev committed May 4, 2024
commit 63aa600ab262fc66d786ced1ff7e93f3a8cc347e
164 changes: 96 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"wait-4-docker": "node ./scripts/_wait4_all.js"
},
"overrides": {
"@mojaloop/event-sdk": "14.0.3-snapshot.0",
"@mojaloop/event-sdk": "14.0.3-snapshot.2",
"shins": {
"ejs": "^3.1.7",
"sanitize-html": "2.12.1",
Expand All @@ -103,7 +103,7 @@
"@mojaloop/central-services-metrics": "12.0.8",
"@mojaloop/central-services-shared": "18.3.5",
"@mojaloop/central-services-stream": "11.2.5",
"@mojaloop/event-sdk": "14.0.3-snapshot.0",
"@mojaloop/event-sdk": "14.0.3-snapshot.2",
"@mojaloop/ml-number": "11.2.4",
"@mojaloop/object-store-lib": "12.0.3",
"@now-ims/hapi-now-auth": "2.1.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"async-retry": "1.3.3",
"audit-ci": "^6.6.1",
"get-port": "5.1.1",
"jsdoc": "4.0.2",
"jsdoc": "4.0.3",
"jsonpath": "1.1.1",
"nodemon": "3.1.0",
"npm-check-updates": "16.14.20",
Expand Down