Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there, we wanted to use this connector with Flink 1.15 but noticed it was built against a considerably older version. After making a few changes in deps and building our own version we were pleasantly suprised to see it was doing just fine with no other code changes needed.
So I'm opening this PR to ask if you would consider merging the version bump and releasing a new version so we (and possibly other users of current Flink versions) can use it in our dependency resolution instead of our private one.
I'm also adding a logging code snippet that helped me when I was debugging issues with DynamoDB.