[FLINK-34103][examples] Include flink-connector-datagen for AsyncIO example and bundle it into the dist by default #24207
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.
What is the purpose of the change
Include flink-connector-datagen for AsyncIO example to fix dep missing problem and bundle it into the dist by default.
Brief change log
Note that it was not bundled with the dist previously because we will only bundle those example jars with shortened names using the rewrite rule:
This change also integrates the name rewriting rule in the shade plugin config so that it is bundled by default.
Verifying this change
Manually verified it by submitting it to a standalone cluster. Note that since the AsyncIO example itself mocks instable connection randomly, the job will soon fail on its own.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no) noDocumentation