-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MemQ Flink consumer support (#35)
* Add MemQ Flink consumer support * After CR1 * Remove unnecessary dependencies * Update version to 3.1.4-SNAPSHOT * Add memqConsumer reset every hour * Remove memqConsumer reset every hour * Try pre-fetch into memory for PscMemqConsumer to catch SdkClientException * Remove unnecessary log * Revert memq consumer reset logic * Remove commented code * Bump memq version to 0.2.21 * Change version to 3.1.4-RC1 * Replace unnecessary key objects creation with map of keys, add PscEvent doc * Add javadoc * Try to fix ClassCastException for MemqTopicUri * Remove else if statement to ensure that validateTopicUriPartition is always called * Update version to 3.2, other minor changes * Update version to 3.2.0-RC1, other minor changes * Update version to 3.2.0 --------- Co-authored-by: artem <[email protected]> Co-authored-by: ArtemTetenkin <[email protected]>
- Loading branch information
1 parent
1815e7a
commit 6c36655
Showing
32 changed files
with
884 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.