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

   ### Description
   
   I try to use kafka logger to record all the requests and response and 
replace the clickhouse-logger(it's working)
   after I add it in the apisix dashboard, it shows nothing messages about 
kafka.
   and when I triggered a request and found the data is never sent to kafka.
   
   at same time, I created another plugin response-rewrite and found it's 
working.
   
   
   The apisix conf shows it's enabled:
   ```
   plugins:    # plugin list
     - api-breaker
     - authz-keycloak
     - basic-auth
     - batch-requests
     - consumer-restriction
     - cors
     - echo
     - fault-injection
     - file-logger
     - grpc-transcode
     - grpc-web
     - hmac-auth
     - http-logger
     - ip-restriction
     - ua-restriction
     - jwt-auth
     - kafka-logger
     - key-auth
     - limit-conn
     - limit-count
     - limit-req
     - node-status
     - openid-connect
     - authz-casbin
     - prometheus
     - proxy-cache
     - proxy-mirror
     - proxy-rewrite
     - redirect
     - referer-restriction
     - request-id
     - request-validation
     - response-rewrite
     - serverless-post-function
     - serverless-pre-function
     - sls-logger
     - syslog
     - tcp-logger
     - udp-logger
     - uri-blocker
     - wolf-rbac
     - zipkin
     - traffic-split
     - gzip
     - real-ip
     - ext-plugin-pre-req
     - ext-plugin-post-req
     - ext-plugin-post-resp
     - server-info
     - elasticsearch-logger
     - clickhouse-logger
     - forward-auth
   stream_plugins:
     - mqtt-proxy
     - ip-restriction
     - limit-conn
   ```
   
   It seems this plugin is DISAPPEARED.
   
   ### Environment
   
   - APISIX version (run `apisix version`):  3.3.0    
   - APISIX dashboard: 3.0.0
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):  3.5.0
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to