Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active May 1, 2023 09:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/6147ea9d4d354b5cae3cb3726b1db0de to your computer and use it in GitHub Desktop.
Save AdamBien/6147ea9d4d354b5cae3cb3726b1db0de to your computer and use it in GitHub Desktop.
110thAirhacksQ&A.md
@AdamBien
Copy link
Author

Follow up: which interview questions would I ask you in an interview.

@fercomunello
Copy link

  • Do you use OpenJ9 JVM in some production system?
  • Is not clear to me when and why I should use this JDK, people don't even talk about that...🤷‍♂️ 🤔

I watched your video from 2 years ago and you compared the memory consumption of OpenJDK vs OpenJ9. It seems that OpenJ9 consumes very less RSS memory compared with other vendors.

@fercomunello
Copy link

fercomunello commented Apr 29, 2023

In the past people tend to use Remote EJBs or RMI for server-to-server communication.
Now we'll have the Jakarta gRPC spec but we already have a Quarkus guide and a WildFly feature pack that adds support for gRPC.

@fercomunello
Copy link

  • Does running a bare metal WildFly HA cluster with master-slave approach makes sense?
  • And what about automate standalone .war deployments with Ansible instead of relying on the master domain node?

⚠️ For newer projects I prefer to think about cloud (12 factors & containers) over other traditional architecture, today things are getting easier as we've managed solutions like Openshift, but at the other hand we also have legacy projects made before the cloud era and sometimes these projects are not easily portable to the cloud :/ that's why I'm asking here.

By the way, it seems to me that few developers understand how Jakarta EE and application servers works, some of them are deploying Spring on application servers so it’s like buying a Ferrari - JBoss is the Ferrari - and installing a second engine on it (Spring) plus a second set of wheels. IMO we shouldn't compete with the platform but use it at our favor.

Thanks!! 😁

@AdamBien
Copy link
Author

AdamBien commented May 1, 2023

Thoughts on https://12factor.net

@AdamBien
Copy link
Author

AdamBien commented May 1, 2023

Are shared deployments back?

@kucharzyk
Copy link

Have you ever got a good enough reason to switch to hibernate reactive and mutiny in any of your projects?

@AdamBien
Copy link
Author

AdamBien commented May 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment