An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Quarkus Diameter Stack

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
[![Build](https://github.com/quarkiverse/quarkus-jdiameter/actions/workflows/build.yml/badge.svg?style=for-the-badge)](https://github.com/quarkiverse/quarkus-jdiameter/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.jdiameter/quarkus-jdiameter.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.jdiameter/quarkus-jdiameter)
[![GitHub](https://img.shields.io/github/license/quarkiverse/quarkus-jdiameter?color=blue&style=flat-square)](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.