You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support original private key format (no need remove header/footer and line breaks)
Include more record details in record_metadata column
Header
Key
Timestamp
Schema ID (if using Schema Registry)
Handle broken input record: Now, if the input record is not valid JSON/AVRO data, it will be sent to table stage directly without crashing connector task.
Add connector version checker : connector will automatically check the latest version number from Maven repo, and warn user if an update is available
Make the Flush, Purge and Status Check processes to be asynchronous