You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "wuhulala (GitHub)" <gi...@apache.org> on 2019/04/07 03:49:03 UTC

[GitHub] [incubator-dubbo] wuhulala opened issue #3817: redis 元数据中心,目前不支持集群?

- [ ] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.


### Environment

* Dubbo version: 2.7.2-SNAPSHOT
* Operating System version: windows1
* Java version: 1.8

### Steps to reproduce this issue
```java
public class RedisMetadataReport extends AbstractMetadataReport {

    private final static Logger logger = LoggerFactory.getLogger(RedisMetadataReport.class);

    final JedisPool pool;

    public RedisMetadataReport(URL url) {
        super(url);
        pool = new JedisPool(new JedisPoolConfig(), url.getHost(), url.getPort());
    }
}
```
I see the construct method used `JedisPool`, 
**if cluster ,how should  do?**


[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3817 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] cvictory commented on issue #3817: redis 元数据中心,目前不支持集群?

Posted by "cvictory (GitHub)" <gi...@apache.org>.
I posted a survey https://github.com/apache/incubator-dubbo/issues/2886 .

I think i will recheck this issue and provide cluster support in this week.

wuhulala <no...@github.com> 于2019年4月7日周日 上午11:49写道:

>
>    - I have searched the issues
>    <https://github.com/apache/incubator-dubbo/issues> of this repository
>    and believe that this is not a duplicate.
>    - I have checked the FAQ
>    <https://github.com/apache/incubator-dubbo/blob/master/FAQ.md> of this
>    repository and believe that this is not a duplicate.
>
> Environment
>
>    - Dubbo version: 2.7.2-SNAPSHOT
>    - Operating System version: windows1
>    - Java version: 1.8
>
> Steps to reproduce this issue
>
> public class RedisMetadataReport extends AbstractMetadataReport {
>
>
>
>     private final static Logger logger = LoggerFactory.getLogger(RedisMetadataReport.class);
>
>
>
>     final JedisPool pool;
>
>
>
>     public RedisMetadataReport(URL url) {
>
>         super(url);
>
>         pool = new JedisPool(new JedisPoolConfig(), url.getHost(), url.getPort());
>
>     }
>
> }
>
> I see the construct method used JedisPool,
> *if cluster ,how should do?*
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/incubator-dubbo/issues/3817>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/AD5mbNImGGIEGiQNtBgr6sio_GGnrkWoks5veWrIgaJpZM4cgi2d>
> .
>


-- 

Best Regard!
cvitory


[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3817 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org