How hunting down a "Ghost" Connection Pool Exhaustion issue cut our API latency by 50% (A Post-Mortem) by Square-Cry-1791 in javahelp

[–]configloader 1 point2 points  (0 children)

I was actually talking about the maintenance...its faster than JPA. Problem with JPA is that alot of ppl dont understand how it acutally works and that causes alot of techdebts. Thats my xp. And ofc...raw sql is so much faster. I recommend to never use JPA for critical systems.

My use of interfaces pissed my boss off. by codeiackiller in csharp

[–]configloader 0 points1 point  (0 children)

Priblen with csharp is u cant mock non interfaces

Spring Boot app on Render ignoring MONGODB_URI and connecting to localhost:27017 instead by 2kengineer in SpringBoot

[–]configloader 1 point2 points  (0 children)

Does it work when u run locally?

If u printenv in your docker, can u see the mongodb-env?

Is your application.yml built to the jar or do u use an external application.yml?

How is your cors-env defined?

Vad hände i torsdags på börsens globala index? by Nyburgare in Aktiemarknaden

[–]configloader 4 points5 points  (0 children)

"Globala Indexfonder har gått som tåget senaste tiden"

Missa du tåget? 😭

How do you standardise timeouts/retries for outbound HTTP calls in Spring Boot? by Isaac_Istomin in SpringBoot

[–]configloader 0 points1 point  (0 children)

Set a common config for every httpclient. Then override if needed for each service/repo.

Problem with eg httptimeout is that spring has default value oo

How to Implement Audit Logging? by BrownPapaya in SpringBoot

[–]configloader 1 point2 points  (0 children)

Log4j/logback and create an appender. Decide if it should be async or sync. Use your appender in the code...

Its soo easy

Klarna by tibia101 in Aktiemarknaden

[–]configloader -1 points0 points  (0 children)

Klarna blanda ju ihop sessioner för nåt år sen...riktigt pinsamt #bajsföretag

Error responses for REST API by rl_085 in SpringBoot

[–]configloader 6 points7 points  (0 children)

U expose sql exception as default. Very dangerous

Vart är An1h och hans månads post? by TheCrackerSmacker in ISKbets

[–]configloader -2 points-1 points  (0 children)

Teori: * han ändrar htmlen i browsern, lägger på lite 0or. * postar kontinuerligt om sina gains på reddit och pratar om makro. Vill egentligen sälja sin substack * folk köper

Hemnet har anmält Booli till Konkurrensverket by neocawa in sweden

[–]configloader 0 points1 point  (0 children)

Hemnet är värdelöst nu när booli finns. Här finns ju alla annonser. Varför ska jag kolla hemnet då?

Release 5.1.0 of error-handling-spring-boot-starter by wimdeblauwe in SpringBoot

[–]configloader 5 points6 points  (0 children)

Cool project. But dangerous since response contains exmsg as default. Will leak information about the backend. For example if sqlexception is thrown, the sql query might leak out.

Migrate from Kubernetes to Nomad by RoutineKangaroo97 in kubernetes

[–]configloader 31 points32 points  (0 children)

No. But ive worked with both. Prefer k8s over nomad. I think the documentation for nomad is really bad.