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
Hello,
I have recently configured snowflake-kafka-connector a couple of times and i noticed that the key parsing is quite fragile. I am curious if there is a way to potentially make the parsing clean up newlines in the key. Essentially before actually parsing the key, iterate through it and check if there is a valid ascii line after each newline character. If so, then remove the newline character. This may make it easier to get setup since I had quite a bit of trouble figuring out the root cause of the parse errors.
The text was updated successfully, but these errors were encountered:
@GRVYDEV out of interest, are you referring to 'rough edges' like in the RECORD_METADATA where the key seems to have escaped unicode characters before it? For example (edited for sake of brevity):
Hello,
I have recently configured snowflake-kafka-connector a couple of times and i noticed that the key parsing is quite fragile. I am curious if there is a way to potentially make the parsing clean up newlines in the key. Essentially before actually parsing the key, iterate through it and check if there is a valid ascii line after each newline character. If so, then remove the newline character. This may make it easier to get setup since I had quite a bit of trouble figuring out the root cause of the parse errors.
The text was updated successfully, but these errors were encountered: