You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/10/06 15:00:00 UTC

[jira] [Created] (FLINK-29530) CommittableMessageTypeInfo#toString may force client to have S3 credentials

Chesnay Schepler created FLINK-29530:
----------------------------------------

             Summary: CommittableMessageTypeInfo#toString may force client to have S3 credentials
                 Key: FLINK-29530
                 URL: https://issues.apache.org/jira/browse/FLINK-29530
             Project: Flink
          Issue Type: Technical Debt
          Components: Connectors / FileSystem
    Affects Versions: 1.15.0
            Reporter: Chesnay Schepler
             Fix For: 1.17.0, 1.15.3, 1.16.1


The {{toString}} implementation calls the committable serializer factory, which in the case of the {{FileSink}} loads a filesystem and thus may require credentials.
As a result something as basic as logging the type info can force the client to require S3 credentials.

It shouldn't have such side-effects......



--
This message was sent by Atlassian Jira
(v8.20.10#820010)