singer-io / tap-mongodb

GNU Affero General Public License v3.0
28 stars 38 forks source link

Gracefully handle the mongo server not supporting sessions #112

Closed cosimon closed 9 months ago

cosimon commented 9 months ago

Description of change

Some mongoDB servers are not supporting sessions. If they do not support sessions then gracefully revert to prior behavior without using a session and don't send the "keep-alive" message.

QA steps

Risks

Rollback steps