Hi all,
Please find the meeting minutes from our call April 3rd, 2020 at [0].
The next call will be on May 8th, 2020 as May 1st is a bank holiday in many countries.
Thanks to all who participated.
Stay safe and have a nice weekend,
Mark
Agenda:
- Welcome
- Arabba SR3 Released
- Arabba SR4 Schedule
- Updates on open SPI Issues
- Updates on open Driver Issues
- Open Q&A
Attribute definition on connection creation
- Allow specification of connection attributes (read only, isolation level, …) during connection acquisition so drivers and pools can optimize for the intended usage (e.g. obtain a read-only connection to a replica node) (e.g. ConnectionFactory.create(ConnectionDefinition)).
- Related to #159 (extended transaction definitions). Requires rules that certain attributes cannot be changed after connection acquisition (e.g. read-only connection does not allow read-write transactions)
- Discussion whether setter methods (setIsolationLevel, setAutoCommit) are still required
- Discussion will continue in issue tracker