Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created November 3, 2021 04:47
Show Gist options
  • Save AdamBien/ea678489163f90a4bed43dbfeb4d97b6 to your computer and use it in GitHub Desktop.
Save AdamBien/ea678489163f90a4bed43dbfeb4d97b6 to your computer and use it in GitHub Desktop.
93rdAirhacksQ&A.md

Ask questions and see you at December, 2nd, 8.PM. CET: youtube.com/c/bienadam/live

Also checkout recent episode:

92nd airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions. Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@dabkhazi
Copy link

The microprofile fault tolerance api will allow us to limit the number of concurrent calls to our business method with Bulkhead annotation. Is it possible to use the same annotation for the microprofile rest client method in interface definition?

@dabkhazi
Copy link

Graviton and Ampere will reduce the cost of cloud services?

@franden
Copy link

franden commented Dec 6, 2021

Hi Adam, thanks for the great Q&A sessions.

Since your Devflex session "Hey Enterprise EJB Developers Now Is The Time To Go Serverless" I can't get this topic Serverless Computing out of my head. I have already migrated parts of our modular monolith (Jakarta EE 8) to Quarkus as part of a POC and tried it out as an Azure Function. It was very exciting and interesting.

I would be interested if it is realistic to migrate a modular monolith completely to Serverless. Do you have any experience with such projects?

Can you possibly show an example how the orchestration of such a serverless architecture in production can look like? Communication between the functions, 0-downtime deployment etc.

Greetings
Denis

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