[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit 510a2b18ea8ad42932a37604b57ad5d47fb62a03 in bahir-flink's branch 
refs/heads/BAHIR-308 from Sebastian Ramirez
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=510a2b1 ]

[BAHIR-315] Move SSL config to FlinkJedisConfigBase

This allows us to support SSL connections in non-cluster configurations.

JedisSentinelPool currently doesn't support SSL connections.


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-11-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit 510a2b18ea8ad42932a37604b57ad5d47fb62a03 in bahir-flink's branch 
refs/heads/master from Sebastian Ramirez
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=510a2b1 ]

[BAHIR-315] Move SSL config to FlinkJedisConfigBase

This allows us to support SSL connections in non-cluster configurations.

JedisSentinelPool currently doesn't support SSL connections.


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-11-04 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit 522624f481eaf8fdaced084bf166b0e84c664b68 in bahir-flink's branch 
refs/heads/BAHIR-308 from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=522624f ]

[BAHIR-315] add support for SSL connection


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-11-04 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit ef3d18b07ca5ab2d4b653171777122ae257e747c in bahir-flink's branch 
refs/heads/BAHIR-308 from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=ef3d18b ]

[BAHIR-315] update jedis dependency to 4.3.0


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-10-18 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit 522624f481eaf8fdaced084bf166b0e84c664b68 in bahir-flink's branch 
refs/heads/master from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=522624f ]

[BAHIR-315] add support for SSL connection


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-10-18 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit ef3d18b07ca5ab2d4b653171777122ae257e747c in bahir-flink's branch 
refs/heads/master from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=ef3d18b ]

[BAHIR-315] update jedis dependency to 4.3.0


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Assignee: João Boto
>Priority: Major
> Fix For: Flink-1.2.0
>
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-10-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit ef3d18b07ca5ab2d4b653171777122ae257e747c in bahir-flink's branch 
refs/heads/master from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=ef3d18b ]

[BAHIR-315] update jedis dependency to 4.3.0


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Priority: Major
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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


[jira] [Commented] (BAHIR-315) Redis connector: add Support for SSL connections for cluster

2022-10-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on BAHIR-315:
---

Commit 522624f481eaf8fdaced084bf166b0e84c664b68 in bahir-flink's branch 
refs/heads/master from netsi
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=522624f ]

[BAHIR-315] add support for SSL connection


> Redis connector: add Support for SSL connections for cluster 
> -
>
> Key: BAHIR-315
> URL: https://issues.apache.org/jira/browse/BAHIR-315
> Project: Bahir
>  Issue Type: Improvement
>  Components: Flink Streaming Connectors
>Affects Versions: Flink-1.0
>Reporter: Kostas Netsiporenko
>Priority: Major
>
> Add support for SSL connections for clusters connections 
>  * Upgrade the redis/jedis dependency to support SSL connections for clusters 
> (SSL support for cluster was added on 3.1.0. 
> [https://github.com/redis/jedis/releases/tag/jedis-3.1.0] )
>  * FlinkJedisClusterConfig should allow you to set a flag.
>  * When creating a JedisCluster pass the SSL flag.
>  



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