]
Ramesh Reddy resolved TEIIDSB-158.
----------------------------------
Resolution: Done
Salesforce connection factory uses a single connection
------------------------------------------------------
Key: TEIIDSB-158
URL:
https://issues.redhat.com/browse/TEIIDSB-158
Project: Teiid Spring Boot
Issue Type: Bug
Components: datasource
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Priority: Major
Fix For: 1.4.0, 1.3.1
Time Spent: 1 hour
Remaining Estimate: 0 minutes
The current salesforce connection factory creates just a single connection. However the
connection object is not thread-safe - setting query options, etc.
Also if and when credential delegation is turned on we'll need separate connections
as well so that everything is not run over a single session.