Git Product home page Git Product logo

Comments (38)

li-xiao-shuang avatar li-xiao-shuang commented on June 2, 2024 3

I will solve grpc-java-polaris

from polaris.

liu-song avatar liu-song commented on June 2, 2024 3

hi, @chuntaojun,I want to support cloudwego/kitex

from polaris.

hong0220 avatar hong0220 commented on June 2, 2024 2

I want to support spring-cloud-zuul

from polaris.

houseme avatar houseme commented on June 2, 2024 2

hi, @chuntaojun,I want to support gogf/polaris

from polaris.

wssgyyg avatar wssgyyg commented on June 2, 2024 2

I want to support grpc-cpp-polaris

from polaris.

hong0220 avatar hong0220 commented on June 2, 2024 2

i want to support gateway-kong

from polaris.

longXboy avatar longXboy commented on June 2, 2024 2

I will supoort kratos-go

from polaris.

liu-song avatar liu-song commented on June 2, 2024 2

https://github.com/kitex-contrib/registry-polaris
done

from polaris.

z-jeff953 avatar z-jeff953 commented on June 2, 2024 1

I want to support grpc-nodejs-polaris

from polaris.

zifeiyu0531 avatar zifeiyu0531 commented on June 2, 2024 1

I want to support polaris-java-agent

from polaris.

Zyh2333 avatar Zyh2333 commented on June 2, 2024 1

I want to support polaris-java-agent too

from polaris.

ZLBer avatar ZLBer commented on June 2, 2024 1

I want to support sofa-rpc/dubbo-java, but i found that java sdk miss some methods, such as watchService

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024 1

@chuntaojun fine, if no one does this, i will try it

Then I will assign the task to you first? If you have any doubts, you can communicate in the community WeChat group, or on github

from polaris.

quicksandznzn avatar quicksandznzn commented on June 2, 2024 1

I want to support spring-boot

from polaris.

huyuanxin avatar huyuanxin commented on June 2, 2024 1

kratos Polaris registry 分支昨天已合并 feat(registry/polaris): add registry for Tencent Polaris #1816

from polaris.

huyuanxin avatar huyuanxin commented on June 2, 2024 1

kratos Polaris registry 分支昨天已合并 feat(registry/polaris): add registry for Tencent Polaris #1816

服务发现目前还没有实现吗

还没有,在实现的过程中发现有些问题,在企业微信群咨询中,待解决了就提新的PR

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

I want to support sofa-rpc/dubbo-java, but i found that java sdk miss some methods, such as watchService

Yes,At present, you can replace it with other schemes, such as internal timing of a thread as GetInstances, and then comparing trigger events. We will supplement this ability later.

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

I want to support sofa-rpc/dubbo-java, but i found that java sdk miss some methods, such as watchService

So I think we can first dock dubbo-java, sofa-rpc, and then polaris-java can provide this ability, just replace the subscriber logic. what you think ?

from polaris.

ZLBer avatar ZLBer commented on June 2, 2024

@chuntaojun fine, if no one does this, i will try it

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

PolarisMesh 生态对接任务进展

文档建设

  • polaris-go、polaris-php、spring-cloud-tencent的快速入门文档均已完成

RPC生态

  • dubbo-go 已经接入完成
  • springboot 接入以支持 2.4.x 版本
  • grpc-java-polaris 以完成对接polarismesh的服务注册发现功能

多语言SDK

  • polaris-php 已支持 7.x

其他生态

  • gogf 框架已完成 polaris的集成

当前任务认领情况

  • 已认领但未完成的任务
    • grpc-cpp-polaris
    • grpc-nodejs-polaris
    • sofa-rpc
    • cloudwego/kitex
    • polaris-syncer(已处于编码状态、设计文档在补充)
    • polaris-java-agent(设计文档产出中)
  • 新增的任务
    • go-zero
    • kratos
    • polaris-lua sdk
    • polaris-nodejs sdk
    • polaris-python sdk

from polaris.

andrewshan avatar andrewshan commented on June 2, 2024

image

from polaris.

andrewshan avatar andrewshan commented on June 2, 2024

I want to support spring-boot

@quicksandznzn it's cool, spring-boot-polaris repo is https://github.com/polarismesh/spring-boot-polaris, now supported feature is discovery, and you can add the ratelimit into the project

from polaris.

quicksandznzn avatar quicksandznzn commented on June 2, 2024

I want to support spring-boot

@quicksandznzn it's cool, spring-boot-polaris repo is https://github.com/polarismesh/spring-boot-polaris, now supported feature is discovery, and you can add the ratelimit into the project

Maybe i need implement feign.RequestInterceptor and refer to com.tencent.polaris.ratelimit.api.core.LimitAPI , right ?

from polaris.

quicksandznzn avatar quicksandznzn commented on June 2, 2024

I want to support spring-boot

@quicksandznzn it's cool, spring-boot-polaris repo is https://github.com/polarismesh/spring-boot-polaris, now supported feature is discovery, and you can add the ratelimit into the project

Maybe i need implement feign.RequestInterceptor and refer to com.tencent.polaris.ratelimit.api.core.LimitAPI , right ?

or in cn.polarismesh.boot.discovery.feign.PolarisTarget.apply add limiter ?

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

I want to support spring-boot

@quicksandznzn it's cool, spring-boot-polaris repo is https://github.com/polarismesh/spring-boot-polaris, now supported feature is discovery, and you can add the ratelimit into the project

Maybe i need implement feign.RequestInterceptor and refer to com.tencent.polaris.ratelimit.api.core.LimitAPI , right ?

or in cn.polarismesh.boot.discovery.feign.PolarisTarget.apply add limiter ?

we can talk in this project :https://github.com/polarismesh/spring-boot-polaris

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

PolarisMesh 社区12月中简单汇总

文档建设

具体参看:#188

  • polaris的Open-API文档已完成熔断、限流、路由
  • 后续完善北极星原理、设计文档

北极星生态

具体参看:#163

RPC生态

其他

当前任务认领情况

from polaris.

z-jeff953 avatar z-jeff953 commented on June 2, 2024

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

kratos Polaris registry 分支昨天已合并 feat(registry/polaris): add registry for Tencent Polaris #1816

服务发现目前还没有实现吗

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

kratos Polaris registry 分支昨天已合并 feat(registry/polaris): add registry for Tencent Polaris #1816

服务发现目前还没有实现吗

还没有,在实现的过程中发现有些问题,在企业微信群咨询中,待解决了就提新的PR

好的好的,大佬方便留一个微信联系方式不

from polaris.

huyuanxin avatar huyuanxin commented on June 2, 2024

kratos Polaris registry 分支昨天已合并 feat(registry/polaris): add registry for Tencent Polaris #1816

服务发现目前还没有实现吗

还没有,在实现的过程中发现有些问题,在企业微信群咨询中,待解决了就提新的PR

好的好的,大佬方便留一个微信联系方式不

huyuanxin1999

from polaris.

weir2010 avatar weir2010 commented on June 2, 2024

希望关注quarkus,这个非常棒

from polaris.

z-jeff953 avatar z-jeff953 commented on June 2, 2024

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

希望关注quarkus,这个非常棒

好的

from polaris.

StringKe avatar StringKe commented on June 2, 2024

@chuntaojun SDK 需要实现的功能,以及 polaris 开发文档的地址有么?

我看看能不能写一下 python 的 sdk

from polaris.

z-jeff953 avatar z-jeff953 commented on June 2, 2024

from polaris.

chuntaojun avatar chuntaojun commented on June 2, 2024

@chuntaojun SDK 需要实现的功能,以及 polaris 开发文档的地址有么?

我看看能不能写一下 python 的 sdk

可以加我微信下,LCT1069284099

from polaris.

snxq avatar snxq commented on June 2, 2024

@chuntaojun SDK 需要实现的功能,以及 polaris 开发文档的地址有么?

我看看能不能写一下 python 的 sdk

问下,目前的 python sdk 是什么情况

from polaris.

z-jeff953 avatar z-jeff953 commented on June 2, 2024

from polaris.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.