I am having a Flink KDA (now Managed Apache Flink) application in one of the AWS account.
Here we are publishing some events from KDA (us-west-2 region) to kinesis stream in other account on me-central-1 region, but this fails with an UnrecognizedClientException
After some investigation we found that STS token generated from global endpoints are valid only in the regions which are by default enabled by AWS and STS tokens generated by regional endpoints are valid in all regions [Ref Documentation].
(https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html).
Is there any way in FlinkKinesisProducer.java where we can override this behavior of using regional endpoints instead of global endpoints.
FlinkKinesisProducer unable to publish events to kinesis stream in AWS me-central-1(UAE) region
14 Views Asked by Yogesh Katkar At
0
There are 0 best solutions below
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in APACHE-FLINK
- Fine grained resource mangement and heap memory in flink task slot
- Does parallel flink tasks affect each other if they are unioned at the end?
- I am facing issue with ParquetFileWriting n hdfs in flink where parquet file size is around 382 KB . I want the parquet file in MB
- Apache Flink (AWS) does not recognize saved temporary function
- Flink 1.19 error Cannot determine simple type name "com"
- Unsupported options found for 'hudi'
- Flink 1.18 register custom API endpoint handler
- Flink Stuck on Broadcast
- Blunder about RichCoFlatMapFunction in flink 1.17.2 according to the official leanring guide
- Is there a way to store & retrieve a window's state in flink
- puzzled with flink window state
- Flink 1.15.2 OOM issue due to RocksDB
- How to create custom metrics with labels (python SDK + Flink Runner)
- flink-rpc-akka-loader - Security Vulnerability Issues
- I am new to Apache Flink and getting error FileNotFoundError: [WinError 2] at in_streaming_mode() The system cannot find the file specified
Related Questions in AMAZON-KINESIS
- Lambda retries kinesis event properly processed
- Checkpointing and Locking in Amazon Kinesis using PostgreSQL
- How to do transformations on a json string in a streaming dataframe?
- Incompatible Checkpoint and application versions with AWS Managed Flink
- Can we use PostgreSQL instead of default dynamo db for checkpointing and locking in case of consuming data from Kinesis Using Binder approach
- Cloudwatch Subscription Filter does not ingest logs in Kinesis Data Stream
- Amazon Kinesis Stream name is not taken as per provided application.yml file
- AWS process large batch of small files daily
- IP Camera Integration error with AWS Kinesis Video Streaming
- TimeAt and Latest function not working on Kinesis data viewer
- Spring Cloud Stream Kinesis Binder consumer High Availability using dynamoDB
- Does the Kinesis Input Plugin of LogStash Support Enhanced Fan-Out (EFO)?
- What does the StartingPosition flag of a kinesis event source mapping do?
- Kinesis group video chat (Like zoom) Javascript
- How does lambda function know when new records are pushed to Kinesis?
Related Questions in AWS-STS
- How to do multipart upload using presigned_post_url (boto3) through HTTP Client
- How to get a credential-provider that runs from another AWS IAM User
- assumable role iam policy with conditions for aws:RequestTag and sts:SourceIdentity
- Configure grafana cloudwatch datasource with STS Temporary credentials
- aws sts get-caller-identity hangs if provider is Okta
- Get error "InvalidClientTokenId" in a container running in ec2 instance
- FlinkKinesisProducer unable to publish events to kinesis stream in AWS me-central-1(UAE) region
- How do I properly use AWS Temporary Security Credentials with AWS Certificate Manager (ACM) and Terraform?
- Agent forwarding for AWS credentials?
- How to get temporary credentials with AWS Roles Anywhere programmatically w/ Node.js?
- AWS Cross-Account Role Assumption Denied Access for STS Role Session
- aws authorization: how to get programmatic authorization access to S3 (any service) from external service
- AWS OIDC authentication fails with Azure AD V2 access token with "Incorrect token audience"
- AWS OIDC auth fails when role trust relationship has app_id configured
- How to get AWS access credentials by having users login through a web browser
Related Questions in AMAZON-KINESIS-ANALYTICS
- AWS Apache flink, application not running in aws, But works in local. What could be the issue?
- FlinkKinesisProducer unable to publish events to kinesis stream in AWS me-central-1(UAE) region
- Resolve Flink SQL windows tumble performance drop
- Question about reducing impact as part of Flink application update in Amazon Managed Service for Apache Flink
- How to handle invalid JSON in the Apache Flink / AWS Kinesis Connector?
- Implement Flink Async I/O with Redisson Redis client has caused an error "maximum number of DatagramSockets reached"
- Flink: "Unable to Shutdown Event Loop" when stopping with savepoint on Managed Apache Flink
- Apache flink seems buffering events before processing and streaming to the sink
- Do not see data in AWS Kinesis
- AWS Kinesis streaming application failed to sink data to Redis
- Refreshing Kafka security certificates in Apache Flink application running on Amazon KDA
- Most suitable architecture for AWS realt-time ETL pipeline with transactional tables as a sink
- How to upgrade Amazon Kinesis Analytics Apache Flink runtime?
- How to add multiple consumer of same data stream in Flink
- High CPU Consumption using Cassandra Sink in Kinesis Analytics
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?