https://github.com/quarkiverse/quarkus-jdiameter
Quarkus JDiameter extension - Diameter protocol support
https://github.com/quarkiverse/quarkus-jdiameter
jdiameter quarkus-extension
Last synced: 2 months ago
JSON representation
Quarkus JDiameter extension - Diameter protocol support
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-jdiameter
- Owner: quarkiverse
- License: agpl-3.0
- Created: 2024-08-13T15:08:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T07:34:08.000Z (8 months ago)
- Last Synced: 2025-11-01T09:16:04.088Z (8 months ago)
- Topics: jdiameter, quarkus-extension
- Language: Java
- Homepage: https://docs.quarkiverse.io/quarkus-jdiameter/dev
- Size: 9.37 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Diameter Stack
[](#contributors-)
[](https://github.com/quarkiverse/quarkus-jdiameter/actions/workflows/build.yml)
[](https://search.maven.org/artifact/io.quarkiverse.jdiameter/quarkus-jdiameter)
[](https://github.com/quarkiverse/quarkus-jdiameter/blob/main/LICENSE)
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.