Ask questions and see you at May, 4th, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Ask questions and see you at May, 4th, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hi Adam,
Some Payara monitoring questions:
Do I need to enable monitoring to be able to get statistics. I'm asking because if I don't enable it and connect with visualVM I do see e.g. jdbc-connection-pool statistics. But if I connect with jmx_exporter from Prometheus I don't get them.
What is the impact on performance when I enable jdbc-connection-pool monitoring in Payara and get that data e.g using the jmx_exporter from Prometheus. So would it be wise to have this enabled in a production environment? If not how would you monitor the jdbc but also thread pools?
Is there a better way (compared to using jmx) to get the monitoring statistics? Or is e.g. the rest monitoring interface just built on top of the jmx stack?
If my EJB is thread safe could I use @singleton instead of @stateless? If not what would be the main reasons not to do so?
Hi Adam,
what are your thoughts about JHipster ?
Thanks and good topics this airhacks edition.
Gabriel
Hi Adam,
I am currently implementing Debezium + Kafka in one of my projects and I am looking at options for consuming the Debezium Change Events. MicroProfile Reactive Messaging looks really nice for that but I am a bit confused about its place in MicroProfile.
I could find out that it is well supported in Quarkus but I am using Payara + Jakarta EE 8 + MicroProfile and there seems to be no mention of it in the latest MicroProfile version and therefore no Payara support for it. Will Reactive Messaging be fully integrated into MicroProfile in any upcoming releases and application server that support MicroProfile?
Also is the Payara Kafka JCA Connector (https://github.com/payara/Cloud-Connectors/tree/master/Kafka) a good alternative?