Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created March 5, 2020 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/6fd5e96c8f22da6a9df86dcd28ad4b27 to your computer and use it in GitHub Desktop.
Save AdamBien/6fd5e96c8f22da6a9df86dcd28ad4b27 to your computer and use it in GitHub Desktop.
73rdAirhacksQ&A.md

Ask questions and see you at April, 6th, 8.PM. CET: https://vimeo.com/event/19368

Also checkout recent episode:

73rd 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.

@rac021
Copy link

rac021 commented Apr 5, 2020

Hi Adam,

is the @stateless annotation equivalent of @transactional and @RequestScoped ?
I tested that in Quarkus, but the problem is that for each request I have a new Instance.

I did not find the annotation @pooled

Thanks

@t-shaguy
Copy link

t-shaguy commented Apr 5, 2020

Hi, Adam,

Good to know you are safe and coding on. No Slides no corona.

Please as regards table /column naming standards. What do you advise, camelCase or under_score and why? Are there any standards or best practices around this?

Thank you and stay safe :-)

@czambran
Copy link

czambran commented Apr 6, 2020

Hi Adam,

Is there a way to consume multiple messages in parallel with a Post Processing acknowledgement strategy similar to how on MDBs you can control the number of sessions?

@senleft
Copy link

senleft commented Apr 6, 2020

Hi Adam,

  1. Any plans to publish the online version of the "MicroProfile with Quarkus" workshop?
  2. What you are thinking about the [microprofile-]quarkus-native and [ANY_CLOUD_PLATFORM]-lambda use case?
    Kind regards, Alex

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