Uploaded image for project: 'APISIX'
  1. APISIX
  2. APISIX-18

Apache APISIX: supports obtaining etcd data information through plugin

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved

    Description

      Apache APISIX

      Apache APISIX is a dynamic, real-time, high-performance API gateway, based on the Nginx library and etcd.

      APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.

      You can use Apache APISIX to handle traditional north-south traffic, as well as east-west traffic between services. It can also be used as a k8s ingress controller.

      Background
       
      When we get the stored data of etcd, we need to manually execute the URI request method to get each piece of data, and we cannot monitor the changed data in etcd. This is not friendly to issues such as obtaining multiple etcd stored data and monitoring etcd data changes. Therefore, we need to design a method to solve this problem.

      Related issue: https://github.com/apache/apisix/issues/2453

      Task

      In the Apache APISIX (https://github.com/apache/apisix) project, implement a plug-in with the following functions:

      1.Find route based on URI;
      2.Watch etcd to print out the object that has recently changed;
      3.Query the corresponding data based on ID (route, service, consumer, etc.).

      Relevant Skills

      1. Master Lua language;
      2. Have a basic understanding of API Gateway or Web server;
      3. Be familiar with ETCD.

      Mentor

      Yuelin Zheng, yuelinz99@gmail.com

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            firstsawyou Yuelin Zheng

            Dates

              Created:
              Updated:

              Slack

                Issue deployment