Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created July 30, 2024 04:49
Show Gist options
  • Save AdamBien/edbfe339f2f1fbc7e5e2b219d51d5735 to your computer and use it in GitHub Desktop.
Save AdamBien/edbfe339f2f1fbc7e5e2b219d51d5735 to your computer and use it in GitHub Desktop.
125thAirhacksQ&A.md
@kucharzyk
Copy link

One more question: What's your opinion about Long Running Actions?

https://quarkus.io/guides/lra
https://www.narayana.io/lra/

Usually I was building similar logic as a part of application.
LRA looks promising but it's always additional dependency (and I have to deploy coordinator as well).

Is is worth using it or will it just bring more complexity to my code?

@AdamBien
Copy link
Author

AdamBien commented Aug 5, 2024

@dempile
Copy link

dempile commented Aug 29, 2024

Hi Adam,
you have wrote a blog post back in 2017 of how json will replace DTO, I want to know how you are dealing with validation of the JSON objects, and if we can use bean validation to validate JSON objects.
Thanks

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