Skip to content

Conversation

@yuwtennis
Copy link

@yuwtennis yuwtennis commented Dec 14, 2025

fixes #154

Purpose of the change

Create Apache Beam example for Managed Service For Apache Flink so that users can refer to latest settings.

Verifying this change

Please test your changes both running locally, in the IDE, and in Managed Service for Apache Flink. All examples must run
in both environment without code changes.

Describe how you tested your application, show the output of the running application with screenshots.

Local testing

How I generated data

aws kinesis put-record --stream-name ExampleInputStream --data "cGluZwo=" --partition-key "partitionKey"
{
    "ShardId": "shardId-000000000000",
    "SequenceNumber": "49669881312569807140630998206952054187734815324028010498"
}

IDE Console

image

Kinesis Data stream

image image

On cloud testing

How I generated data

aws kinesis put-record --stream-name ExampleInputStream --data "cGluZwo=" --partition-key "partitionKey"
{
    "ShardId": "shardId-000000000000",
    "SequenceNumber": "49669881312569807140630998582475845831348659952384212994"
}

MFS

image

application settings

describe-application.json

Kinesis Data stream

image image

Cloud Watch Logs

image

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterward, for convenience.)

  • Completely new example
  • Updated an existing example to newer Flink version or dependencies versions
  • Improved an existing example
  • Modified the runtime configuration of an existing example (i.e. added/removed/modified any runtime properties)
  • Modified the expected input or output of an existing example (e.g. modified the source or sink, modified the record schema)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create example for Apache Beam

1 participant