Microservices are supposed to solve the scaling problem.
Aka the solution to a monolith only being able to handle so many requests / second is microservices that potentially have replicas.
Continue reading “Why do I need microservices?”
Upgrade Keycloak Standalone with Postgres from 16.1.0 to 17.0.0 with custom port behind nginx reverse proxy
What a nightmare.
You’re using keycloak and are upgrading from Wildfly 16.1.0 to Quarkus 17.0.0.
You’re also listening on a non-standard port, that isn’t 8080, but 23232.
You’re using a reverse proxy like nginx for TLS
and Keycloak is connected via plain http with nginx.
Grab your standalone.xml
found in /standalone/configuration/standalone.xml
and find your postgres jdbc connection string as well as postgresql username and password.
edit conf/keycloak.conf
1 2 3 4 5 6 7 8 9 10 11 |
db=postgres db-username=your-username db-password=your-password db-url=jdbc:postgresql://localhost:5432/keycloak metrics-enabled=false proxy=edge http-enabled=true http-relative-path=/auth/ hostname-strict=false http-port=23232 http-host=localhost |
With this everything should work as before.
You also have to upgrade your Java version to be at least v11. Keycloak 17 won’t run with v8.
Lost Ark: Can’t play on EU servers? 10027? Switch region to US East and play without queues
You’ve been trying to play Lost Ark on Central European servers and you’re getting 10027 error or high queues?
Why bother going through all that nerve wrecking stuff?
Just switch the server region to US East.
It’s the closest one to Europe and ping is between 90-110ms, absolutely playable fine.
Continue reading “Lost Ark: Can’t play on EU servers? 10027? Switch region to US East and play without queues”
Prophecy: If Russia doesn’t start a war USA will do a false flag operation to start one
The USA is known for false flag operations since at least 9/11. Letting planes crash into buildings by not preventing it despite better knowledge as well as blowing up their own buildings with controlled demolitions, thus justifying a war against Iraq and Afghanistan.
Continue reading “Prophecy: If Russia doesn’t start a war USA will do a false flag operation to start one”
Mutmaßlicher Betrug und/oder Diebstahl bei Amazon Retouren
Wie ich so lese bin ich kein Einzelfall.
Ich hatte im Dezember u.a. einen Amazon FireTV Stick bestellt und einen FireTV LAN Adapter.
Der LAN Adapter hat nicht funktioniert und dieser FireTV Stick ist eine Zumutung.
Beide kamen im selben Versandkarton an.
Continue reading “Mutmaßlicher Betrug und/oder Diebstahl bei Amazon Retouren”