Re: 回复:[DISCUSS] Next Dubbo meetup

2018-12-11 Thread Ian Luo
It doesn't matter. Considering it is winter now, we should go for GZ first :p On Tue, Dec 11, 2018 at 3:15 PM Huxing Zhang wrote: > Hi, > > I think Guangzhou and Nanjing are the cities we all should go to. It is > just about who is the first. > > On Tue, Dec 11, 2018 at 2:07 PM Mercy wrote: >

[Integration] Dubbo integrates with Nacos as a registry

2018-12-11 Thread Mercy Ma
Hi, community, I'm working at integration between Dubbo and Nacos. Nacos is an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications, it has been integrated into Spring Cloud Alibaba

Adding a new blog of dubbo website leads to modification lots of the documentation files

2018-12-11 Thread Huxing Zhang
Hi community, When I want to add a blog post to Dubbo's website, say adding "blog/zh-cn/dubbo-cluster-error-handling.md" and update "site_config/blog.js" When I try to build the static html files, I got quite a lot of files got modified: git status | grep -c modified 811 I think this change aff

Re: [Integration] Dubbo integrates with Nacos as a registry

2018-12-11 Thread Huxing Zhang
Good job! With the separation between registration center and configuration center in Dubbo 2.7, it allows Dubbo to be able to have more choices of service discovery except ZooKeeper, for example, Nacos, consul, etcd, and third party configuration center such as Apollo[1]. [1] https://github.com/

[PLAN] Apache Dubbo Spring Boot release plan

2018-12-11 Thread Mercy Ma
Hi, community, I'd like to prepare to the release of Apache Dubbo Spring Boot project with Dubbo 2.7.0, the concrete actions as below: 1. Rename package name and Maven groupId The package name and Maven groupId will use *org.apache.dubbo* 2. Bugfixes To fix bugs from the feedback of issues in Gi

Re: [incubator-dubbo-website] 02/02: Merge branch 'asf-site' of github.com:nzomkxia/incubator-dubbo-website into asf-site

2018-12-11 Thread Huxing Zhang
Hi, This introduces an extra commit, it would be better to resolve the conflict locally before push to remote repository. I suggest to use git pull --rebase to keep the commits clean. No sure how other people think. On Tue, Dec 11, 2018 at 1:51 PM wrote: > > This is an automated email from the

Re: Adding a new blog of dubbo website leads to modification lots of the documentation files

2018-12-11 Thread Huxing Zhang
With some help from @purple-force off-list, I figured it out it is due to the version of docsite. Need to upgrade to docsite 1.3.3+ to solve this issue. Lower version of docsite will generate a hash for each file. In the lastest version this has been fixed. I will update the README of the website.

Re: Adding a new blog of dubbo website leads to modification lots of the documentation files

2018-12-11 Thread Huxing Zhang
Updated readme: https://github.com/apache/incubator-dubbo-website/blob/asf-site/README.md On Wed, Dec 12, 2018 at 11:49 AM Huxing Zhang wrote: > > With some help from @purple-force off-list, I figured it out it is due > to the version of docsite. > Need to upgrade to docsite 1.3.3+ to solve this i

Re: [Integration] Dubbo integrates with Nacos as a registry

2018-12-11 Thread Imteyaz Khan
Mercy Ma, Is there any way I can assist you on this task? This one can help me to learn bit more about dubbo. Regards Imteyaz On Tue, Dec 11, 2018 at 3:09 PM Huxing Zhang wrote: > Good job! > > With the separation between registration center and configuration > center in Dubbo 2.7, it allows

dubbo session

2018-12-11 Thread 邢立明
hi : I have a software project, front and back end separation. How to transfer session from the front end to the back end through dubbo?

Re: [Integration] Dubbo integrates with Nacos as a registry

2018-12-11 Thread Mercy
Hi, Imteyaz, Of course, thanks in advance, you could get source code from https://github.com/dubbo/dubbo-registry-nacos, and discuss with commutity in issues. Kind regards, Mercy Ma 在 2018/12/12 下午2:50, Imteyaz Khan 写道: Mercy Ma, Is there any way I can assist you on this task? This one

Re: dubbo session

2018-12-11 Thread Mercy
Hi,邢立明, Is your frond end application a Dubbo services provider? or will it invoke remote Dubbo services? Kind regards, Mercy Ma 在 2018/12/12 下午3:21, 邢立明 写道: hi : I have a software project, front and back end separation. How to transfer session from the front end to the back en