You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/02 04:40:19 UTC

[GitHub] [apisix] Nobilta opened a new issue, #8229: when apisix can use grpc client to connect etcd cluster?

Nobilta opened a new issue, #8229:
URL: https://github.com/apache/apisix/issues/8229

   ### Description
   
   ![image](https://user-images.githubusercontent.com/59631965/199399076-1912d9ee-f569-4e2b-b500-63e1fa85c55b.png)
   i saw that apisix will use native grpc client to connect etcd cluster to reduce connections,but i don't find this future in 3.0's change logs.so i want to know when and which version apisix can support this future?thank every contributers so much!
   
   ### Environment
   
   apisix :3.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1300877147

   > but i don't find i how i can use grpc instead of post to watch etcd😂and i can see many post requests named v3/watch to ask my etcd,my apisix version is v3.0
   
   
   This will not change until a new version of lua-resty-etcd is released and APISIX adopts the new version. 3.0 is not the end but the beginning of these new features. If the new version 3.0 carries a lot of unproven features, I think it will be a disaster.
   
   so wait some more time, let change happen.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Nobilta commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Nobilta commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1299629110

   > @Nobilta Are you find in this file? https://github.com/apache/apisix/blob/release/3.0/CHANGELOG.md
   
   i don't find this future,so i want to know when we can use this future


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1299647341

   > 
   
   maybe the ChangeLOG don't  have the detail,  but you can use this feature.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Nobilta commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Nobilta commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1299653755

   > > 
   > 
   > @Nobilta maybe the ChangeLOG don't have the detail, but you can use this feature.
   
   thank you so much,if i should change some config to make this feature become effective?beacuse in doc i don't find module about this feature


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1299627919

   @Nobilta  Are you find in this file? https://github.com/apache/apisix/blob/release/3.0/CHANGELOG.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Nobilta commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Nobilta commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1300044750

   > > thank you so much,if i should change some config to make this feature become effective?beacuse in doc i don't find module about this feature
   > 
   > This is handled in lua-resty-etcd, ref: https://github.com/api7/lua-resty-etcd/commits/master
   
   but i don't find i how i can use grpc instead of post to watch etcd😂and i can see many post requests named v3/watch to ask my etcd in apisix v3.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Nobilta commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Nobilta commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1301560115

   > 
   
   
   
   > > but i don't find i how i can use grpc instead of post to watch etcd😂and i can see many post requests named v3/watch to ask my etcd,my apisix version is v3.0
   > 
   > This will not change until a new version of lua-resty-etcd is released and APISIX adopts the new version. 3.0 is not the end but the beginning of these new features. If the new version 3.0 carries a lot of unproven features, I think it will be a disaster.
   > 
   > so wait some more ti


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Nobilta closed issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
Nobilta closed issue #8229: when apisix can use grpc client to connect etcd cluster?
URL: https://github.com/apache/apisix/issues/8229


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #8229: when apisix can use grpc client to connect etcd cluster?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8229:
URL: https://github.com/apache/apisix/issues/8229#issuecomment-1299698923

   > thank you so much,if i should change some config to make this feature become effective?beacuse in doc i don't find module about this feature
   
   This is handled in lua-resty-etcd, ref: https://github.com/api7/lua-resty-etcd/commits/master


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org