tet123/debezium-core
Gunnar Morling 3a281d1185 DBZ-595 Making sure resources are cleaned up when snapshotting fails;
* shutting down the snapshotting thread and the DB history producer client
  if the connector is stopped while trying to write to the history topic
* reducing the time that KafkaProducer#send() will block if Kafka isn't
  available; this will release the producer thread quicker in case the
  connector is stopped during snapshotting
* not returning from finally block (!) in case the TX is rolled back; This
  prevented the failed state to be set by the outer catch clause in execute()
2018-02-02 09:06:32 +01:00
..
src DBZ-595 Making sure resources are cleaned up when snapshotting fails; 2018-02-02 09:06:32 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-01-25 09:39:44 +00:00