python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Mutinity: how to combine a Uni and a Multi?
I have the following method:
public Uni<JsonObject> getHMOStats(String outcode);
That returns a Uni, which value needs to be set in the OutcodeStats objects created by this method:
private Mu...

Simone Di Cola
Votes: 0
Answers: 1
Quarkus verify JWT signature from AWS Application Load Balancer
I'm using AWS Elastic Load Balancer to authenticate users, which signs the user claim so that applications can verify the signature and verify that the claims were sent by the load balancer, as descri...
Sérgio
Votes: 0
Answers: 1