Skip to content

0.5.0

Choose a tag to compare

@binglihub binglihub released this 27 Sep 21:55
· 667 commits to master since this release
  • Support topic regex
  • Connector will not drop Table/Stage/Pipe anymore.
  • New Topic to Table name mapping rule:
    1. if topic2table map contains topic name, use corresponding table name
    2. or, if topic name doesn't contain illegal characters, use topic name to be table name
    3. or, replace all illegal character by "_", and append "_" and Math.abs(<topic name>.hashCode()) to the end of table name
  • Fix bug:
    • Can't decrypt RSA private key generated by OpenSSL 1.1.1
    • Key doesn't show in Meta data
    • Can't handle Null Value