File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1- !not-ready-for-release!
2-
31#### Version Number
42${version-number}
53
64#### New Features
5+ - ** US914108:** Version Currency: JUnit 5 migration
6+ - ** US915147:** Support for liveness and readiness checks added.
7+ - - The ` WorkerFactory ` interface contains a new ` livenessCheck ` method, which has a default implementation that returns
8+ ` HealthResult.RESULT_HEALTHY ` . A worker may optionally override this method to provide their own implementation of liveness.
9+ - A new ` /health-check?name=all&type=ALIVE ` endpoint has been added on the default REST port (8080) to check if a worker is alive
10+ - A new ` /health-check?name=all&type=READY ` endpoint has been added on the default REST port (8080) to check if a worker is ready
11+ - See the [ documentation] ( https://github.com/WorkerFramework/worker-framework/tree/develop/worker-core#health-checks-within-the-worker-framework )
12+ for more details.
713
814#### Bug Fixes
915- ** I506009:** Fix implemented to ensure that adjusting CAF_WORKER_RETRY_LIMIT to the current retry value will
1016 no longer result in infinite retries of a message. The message will now be correctly identified as
1117 poisonous and passed on to the next worker.
12- #### New Features
13- - US914108: Version Currency: JUnit 5 migration
14- - ** US915147:** Support for liveness and readiness checks added.
15- - - The ` WorkerFactory ` interface contains a new ` livenessCheck ` method, which has a default implementation that returns
16- ` HealthResult.RESULT_HEALTHY ` . A worker may optionally override this method to provide their own implementation of liveness.
17- - A new ` /health-check?name=all&type=ALIVE ` endpoint has been added on the default REST port (8080) to check if a worker is alive
18- - A new ` /health-check?name=all&type=READY ` endpoint has been added on the default REST port (8080) to check if a worker is ready
19- - See the [ documentation] ( https://github.com/WorkerFramework/worker-framework/tree/develop/worker-core#health-checks-within-the-worker-framework )
20- for more details.
2118
2219#### Known Issues
20+ - None
You can’t perform that action at this time.
0 commit comments