Chris Hoffman
Chris Hoffman
Currently, the Avro specification is fine with fields having keys that aren't reserved by the specification. We have use cases that need programmatic access to key-value pairs that aren't part...
Fixes #160 I also did a very small amount of refactoring, by removing and unnecessary double-nested `else` and unnecessary escape characters from the aspect ratio regex.
Aspect ratios are generally given as 16:9 or 4:3, not 16x9, at least in my experience (maybe this differs between language contexts). This results in the error messages this gem...
Example of Snowflake Connector log statement: ``` [SecurityManager-1(2981)] INFO net.snowflake.ingest.connection.SecurityManager - Creating Token with subject OPTORO.STAGING_KAFKA_CONNECT ``` Example of Kafka Connect log statement: ``` {"timestamp":"2020-01-02 11:12:33,806","level":"INFO","logger":"org.apache.kafka.connect.runtime.rest.RestServer","thread":"qtp1871312485-27317","message":"127.0.0.1 - - [02/Jan/2020:11:12:33 +0000]...
[The current docs for this connector state](https://docs.snowflake.net/manuals/user-guide/kafka-connector.html#fault-tolerance) > Messages will neither be duplicated nor silently dropped. Messages will be delivered exactly once, or an error message will be generated. If...