Re: Flink kafka source with OAuth authentication token refresh

2025-02-11 Thread Nikola Milutinovic
. Nix. From: Kamal Mittal via user Date: Tuesday, February 11, 2025 at 12:17 PM To: user@flink.apache.org Subject: Flink kafka source with OAuth authentication token refresh Hello, I am having a scenario where in flink kafka source (org.apache.flink.connector.kafka.source.KafkaSource) after

Flink kafka source with OAuth authentication token refresh

2025-02-11 Thread Kamal Mittal via user
Hello, I am having a scenario where in flink kafka source (org.apache.flink.connector.kafka.source.KafkaSource) after fetching kafka record, there is need for OAuth authentication for one of the 3rd party REST API. This API needs authentication token and has some expiry time associated with it