Skip to content

Commit de92fd8

Browse files
authored
Fix post level sections (#2085)
1 parent 2980279 commit de92fd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-08-19-quarkus-jdiameter-intro.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: eddiecarpenter
99
:imagesdir: /assets/images/posts/quarkus-jdiameter-intro
1010

1111
image::quarkus-jdiameter-intro.png[],align="center"]
12-
= Introduction
12+
== Introduction
1313

1414
The Diameter protocol serves as a cornerstone in any modern telecommunication backend, providing authentication, authorisation, and accounting (AAA) services in 3G, IMS, 4G, and 5G networks. Several vendors offer commercially licensed Diameter stacks, most of which are written in C++. As a result, many in the Java world have turned to the open-source RestComm JDiameter stack.
1515

@@ -21,7 +21,7 @@ Over the past seven years, I have primarily developed solutions for charging and
2121

2222
The solutions we developed were functional, but they felt more like a Quarkus application with a JDiameter sidecar. The Diameter stack operated independently, without leveraging the benefits offered by the Quarkus framework.
2323

24-
= Quarkus JDiameter Extension
24+
== Quarkus JDiameter Extension
2525

2626
Eventually, my frustration with the sidecar approach of integrating JDiameter with Quarkus led me to develop a solution that would allow the two to work more harmoniously. This initiative resulted in the creation of the Quarkus JDiameter extension.
2727

@@ -37,7 +37,7 @@ The next challenge was to develop a Quarkus extension to integrate the Diameter
3737

3838
The Quarkus JDiameter stack has been released and is now part of Quarkiverse Hub. You can find it at link:https://github.com/quarkiverse/quarkus-jdiameter[Quarkiverse Hub]. Documentation for the stack is available at link:https://docs.quarkiverse.io/quarkus-jdiameter/2.0.0/index.html[Quarkus JDiameter Documentation].
3939

40-
= Conclusion
40+
== Conclusion
4141

4242
There is still considerable potential for tighter integration of the JDiameter stack into the Quarkus framework. A future project could involve exposing the statistics collected in the stack via the Quarkus MicroProfile Metrics interface.
4343

0 commit comments

Comments
 (0)