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/07 11:21:09 UTC

[GitHub] [apisix] rampagecong opened a new issue, #8267: help request:

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

   ### Description
   
   Plugin kafka-logger config:
   {
       "brokers": [
           {
               "host": "dev-log-kafka.nhdc.cn",
               "port": 7101,
               "sasl_config": {
                   "user": "qa-safety",
                   "password": "GJWjjOqL1ef1LL3XdrK2"
               }
           },
           {
               "host": "dev-log-kafka.nhdc.cn",
               "port": 7102,
               "sasl_config": {
                   "user": "qa-safety",
                   "password": "GJWjjOqL1ef1LL3XdrK2"
               }
           },
           {
               "host": "dev-log-kafka.nhdc.cn",
               "port": 7103,
               "sasl_config": {
                   "user": "qa-safety",
                   "password": "GJWjjOqL1ef1LL3XdrK2"
               }
           }
       ],
       "disable": false,
       "kafka_topic": "apisixlog",
   	"broker_list":{
   		"test":7101
   	}
   }
   
   Kafka access is "SASL_PLAINTEXT".
   "mechanism":"PLAIN" = "mechanism":"SASL_PLAINTEXT" ????
   
   2022/11/07 18:44:01 [error] 52#52: *277247 [lua] init.lua:533: http_access_phase(): failed to fetch service configuration by id: 432886819009332162, client: 172.32.218.128, server: _, request: "GET /safety-admin-api/risk/access/list?ID=&op_user=&op_start_time=&op_end_time=&page=1&page_size=10 HTTP/1.1", host: "10.159.5.70", referrer: "http://10.159.5.70/safety-admin-view/?org_code=12320000E80232435Q"
   
   What is the reason for the error message above?
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):3.0
   - Operating system (run `uname -a`):linux
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:2.13
   - Plugin runner version, for issues related to plugin runners: kafka-logger
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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] rampagecong commented on issue #8267: help request: kafka-logger 3.0 Validation issues.

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

   The problem has been solved.
   Need:
   curl 127.0.0.1:9090/v1/schema > schema.json
   Dashboard fold `dashboard/conf/schema.json` is replaced by schema.json then refer to the  kafka-logger documentation.
   
   Thinks.
   


-- 
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] rampagecong commented on issue #8267: help request: kafka-logger 3.0 Validation issues.

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

   @shuaijinchao Hello, please help me to look at this problem.


-- 
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] rampagecong closed issue #8267: help request: kafka-logger 3.0 Validation issues.

Posted by GitBox <gi...@apache.org>.
rampagecong closed issue #8267: help request: kafka-logger 3.0 Validation issues.
URL: https://github.com/apache/apisix/issues/8267


-- 
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] rampagecong commented on issue #8267: help request: kafka-logger 3.0 Validation issues.

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

   > I think this is due to the imcompatibility between dashboard 2.13 and apisix 3.0
   
   There are compatibility issues, but I think they are caused by kafka validation issues.
   


-- 
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] tokers commented on issue #8267: help request:

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

   I think this is due to the imcompatibility between dashboard 2.13 and 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

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