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 2020/06/17 07:44:28 UTC

[GitHub] [incubator-apisix] wasabihu opened a new issue #1721: bug: plugin(echo-cn): Example error

wasabihu opened a new issue #1721:
URL: https://github.com/apache/incubator-apisix/issues/1721


   ### Issue description
   例子写错了。
   
   https://github.com/apache/incubator-apisix/blob/1764890d088aeda0c1f18e02d7defc33e85d2acc/doc/plugins/echo-cn.md
   
   ```shell
   curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "plugins": {
          "kafka-logger": {
              "broker_list" :
                {
                  "127.0.0.1":9092
                },
              "kafka_topic" : "test2",
              "key" : "key1"
          }
       },
       "upstream": {
          "nodes": {
              "127.0.0.1:1980": 1
          },
          "type": "roundrobin"
       },
       "uri": "/hello"
   }'
   ```
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):1.3
   * OS:centos7.6
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-apisix] membphis closed issue #1721: bug: plugin(echo-cn): Example error

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1721:
URL: https://github.com/apache/incubator-apisix/issues/1721


   


----------------------------------------------------------------
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.

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