Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 1.24 KB

First version of connector guardian which use simple bash script which restart failed connector and task in each run

  • Migrate to python
  • Add helm chart thanks to Amin
  • Add docker-compose.yaml so connector guardian can be used for non-cloud environment
  • KAFKA_CONNECT_PROTO changed to KAFKA_CONNECT_PROTOCOL
  • Add restart back off mechanism. Read more here
  • Some enhancement on helm chart
  • Solve #11 and #12
  • Fix some bugs
    • Change default value of EXPONENTIAL_RATIO to 2
    • Add config validator to prevent connector guardian to run when invalid configs provided
    • Handle error prone situation in math.log in connector_restart