1657486787 commented on issue #13035:
URL: https://github.com/apache/apisix/issues/13035#issuecomment-3996169938

   It can be reproduced. The deployment method is Docker Compose, and the 
APISIX configuration file is as follows:
   
   `
   apisix:
     node_listen:
       - port: 9080
         enable_http2: false
       - port: 9081
         enable_http2: true
   
     enable_ipv6: false
   
     allow_admin:
       - 0.0.0.0/0
   
     admin_key:
       - name: "admin"
         key: cxk6u175bt757s8n00z0mqehaju8ich8
         role: admin
   
       - name: "viewer"
         key: vsf4fdrjoxmi685k59vp4s8iv8ul92f9
         role: viewer
   
     enable_control: true
   
     control:
       ip: "0.0.0.0"
       port: 9092
   
   nginx_config:
       error_log_level: "warn"
       http_configuration_snippet: |
           client_header_buffer_size 10m;
           large_client_header_buffers 16 10m;
   
   etcd:
     host:
       - "http://169.169.53.47:2379";
       - "http://169.169.53.48:2379";
       - "http://169.169.53.49:2379";
       
     prefix: "/apisix"
     timeout: 30
   
   plugins:
     - real-ip
     - client-control
     - proxy-control
     - request-id
     - ext-plugin-pre-req
     - cors
     - proxy-rewrite
     - request-validation
     - log-rotate
     - server-info
   
   plugin_attr:
     prometheus:
       export_addr:
         ip: "0.0.0.0"
         port: 9091
     log-rotate:
       interval: 3600
       max_kept: 36
       max_size: -1
       enable_compression: true
   
   ext-plugin:
     cmd: ['/jre11/bin/java', '-jar', '-Dbase.url=http://169.169.53.43:9080', 
'/apisix-plugin/apisix-java-plugin-runner.jar']
   
   `
   
   
   > Hi [@1657486787](https://github.com/1657486787), is this issue 
reproducible? Could you please provide the deployment method, relevant routing 
and plugin configurations, and APISIX configuration files to help us 
troubleshoot the problem? Are there any error logs in APISIX?
   
   


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