You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fil Karnicki (Jira)" <ji...@apache.org> on 2022/04/11 07:18:00 UTC

[jira] [Commented] (FLINK-27147) Change DataStream's RequestReplyFunctionBuilder to use the netty client

    [ https://issues.apache.org/jira/browse/FLINK-27147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17520346#comment-17520346 ] 

Fil Karnicki commented on FLINK-27147:
--------------------------------------

hi [~trohrmann] , I recently included mTLS in FLINK-25866but the datastream api still uses the old okhttp client, which [~igal] said would be removed soon. This task is to make datastream use the new client so that we can benefir from mutual tls authentication. Could you assign it to me please?

> Change DataStream's RequestReplyFunctionBuilder to use the netty client 
> ------------------------------------------------------------------------
>
>                 Key: FLINK-27147
>                 URL: https://issues.apache.org/jira/browse/FLINK-27147
>             Project: Flink
>          Issue Type: Improvement
>          Components: Stateful Functions
>            Reporter: Fil Karnicki
>            Priority: Minor
>
> Part of the datastream integration api, currently RequestReplyFunctionBuilder uses the default (okhttp) http client.
> Given that the netty one supports mutual TLS, it would be good to allow the data stream integration api to use it, perhaps by default?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)