]
Steven Hawkins resolved TEIID-4506.
-----------------------------------
Fix Version/s: (was: Open To Community)
Resolution: Out of Date
Marking as out of date. We no longer promote JDBC logging, and will rely upon aggregate
container logs and other mechanisms in openshift.
Evaluate Logstash whether it can repleace JPA + EJB + RDBMS
-----------------------------------------------------------
Key: TEIID-4506
URL:
https://issues.jboss.org/browse/TEIID-4506
Project: Teiid
Issue Type: Feature Request
Components: Tools
Affects Versions: 9.x
Reporter: Kylin Soong
Priority: Optional
* JPA + EJB + RDBMS + logAppender to persist logging is quite legacy way, JPA/Hibernate
have performance bottleneck, it also consume high cpu and memory.
*
https://www.elastic.co/products/logstash are a popular logging framework used in micro
service, big data area, both Wildfly Swarm and Spring boot have support it.
So I think it may helpful to spend some time to investigate the Logstash, to check
whether it can repleace current JPA + EJB + RDBMS way