Quarkus Diameter Stack
September 2, 2024 ยท View on GitHub
This is a fork of the RestComm jDiameter Stack with a couple of enhancements done:
- Update the minimum java compatibility to Java 21
- Added support for Virtual Threading
- Removed use of Pico Containers
- Added Quarkus Extension
- Updated all the dependencies to latest versions
- Removed support for SCTP protocol (Not used and deprecated for 5G)
- Reworked the jdiameter-ha component to use Infinispan as the caching provider
NOTE: This is a community extension, and it is not related nor supported by RestComm Ltd.
Virtual Threading
There is now a new parameter called "UseVirtualThreads" that if set to true will use virtual threads for the diameter stack.
To use virtual threading, the minimum supported Java version had to be changed to Java 21.
Quarkus Extension
The extension allows for the injection of configurations and stacks. See the docs folder for the relevant documentation.