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

Feature/perf3.7 enhancements #75

Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ec3a2c0
fix for broken integration tests
rmothilal Sep 19, 2018
c928e1f
Merge branch 'develop' of https://github.com/mojaloop/ml-api-adapter …
rmothilal Sep 21, 2018
b3c0c07
Merge branch 'develop' of https://github.com/mojaloop/ml-api-adapter …
rmothilal Oct 1, 2018
ffb6fd6
moved immutable from devDependencies to normal dependencies
rmothilal Oct 1, 2018
d7dd648
Merge branch 'develop' of https://github.com/mojaloop/ml-api-adapter …
rmothilal Oct 8, 2018
8363e69
updates to fix circleci build failure
rmothilal Oct 8, 2018
488d184
fix for double &&
rmothilal Oct 8, 2018
2d5b0fb
Merge branch 'develop' of https://github.com/mojaloop/ml-api-adapter …
rmothilal Oct 11, 2018
9fa6efc
updated version and added updated error handling dependency
rmothilal Oct 11, 2018
3ff599a
merge with dev
rmothilal Oct 18, 2018
7d98fd0
Merge branch 'develop' of https://github.com/mojaloop/ml-api-adapter …
rmothilal Oct 19, 2018
9222fdf
changes to consumer to ensure processing is completed before committi…
rmothilal Oct 19, 2018
d7f298d
version number update
rmothilal Oct 19, 2018
004b13d
reverted removal of notifications
rmothilal Oct 22, 2018
0b29004
version update
rmothilal Oct 23, 2018
2df102f
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rmothilal Oct 23, 2018
5b9eef2
reverted code for notifications being sent to both fsps on successful…
rmothilal Oct 23, 2018
c9181c4
updates for partitioning the notification topic
rmothilal Oct 24, 2018
5d04f8c
version update
rmothilal Oct 24, 2018
aad8d35
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rmothilal Oct 24, 2018
1dfef81
added config for fulfil prepare and get
rmothilal Oct 24, 2018
4094173
First instrumentation code - prom-client lib implementation with tran…
pedrosousabarreto Oct 24, 2018
b028235
Merge branch 'instrumentation' of https://github.com/rmothilal/ml-api…
rmothilal Oct 24, 2018
19f84a6
updates to include performance metrics
rmothilal Oct 24, 2018
efe99f1
updated metric name to follow standards
rmothilal Oct 25, 2018
42cd091
removed ip for dns
rmothilal Oct 25, 2018
704cacb
updated instrumentation code to startup with server, updated config
rmothilal Oct 25, 2018
bb5476c
removed caret
rmothilal Oct 25, 2018
6434b8c
updated headers
rmothilal Oct 25, 2018
cae7629
templatized the prefix for instrumentation metrics
rmothilal Oct 25, 2018
4a9ba40
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rmothilal Oct 25, 2018
8722008
added metrics endpoint for notification handler and updated tests
rajivmothilal Oct 30, 2018
0786293
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rajivmothilal Nov 5, 2018
6fc4317
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rajivmothilal Nov 8, 2018
d805c02
Merge branch 'feature/perf3.7-enhancements' of https://github.com/moj…
rajivmothilal Nov 12, 2018
33acc08
added topic configuration for Kafka Producers
rajivmothilal Nov 19, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"api.version.request": true,
"dr_cb": true,
"partitioner": "random"
},
"topicConf": {
"request.required.acks": "all"
}
}
},
Expand All @@ -125,6 +128,9 @@
"api.version.request": true,
"dr_cb": true,
"partitioner": "random"
},
"topicConf": {
"request.required.acks": "all"
}
}
},
Expand All @@ -148,6 +154,9 @@
"api.version.request": true,
"dr_cb": true,
"partitioner": "random"
},
"topicConf": {
"request.required.acks": "all"
}
}
}
Expand Down