linuxcasts commented on issue #11811:
URL: https://github.com/apache/apisix/issues/11811#issuecomment-3026626867
**The problem still exists**
```bash
[root@node1 ~]# helm -n apisix list
NAME NAMESPACE REVISION UPDATED
STATUS CHART APP VERSION
apisix apisix 4 2025-06-26 18:35:35.652027566
+0800 CST deployed apisix-2.10.1 3.11.0
```
```json
{
"uri": "/*",
"name": "httpbin",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE",
"PURGE"
],
"host": "192.168.3.31",
"plugins": {
"file-logger": {
"_meta": {
"disable": false
},
"path": "/usr/local/apisix/logs/file.log"
},
"kafka-logger": {
"_meta": {
"disable": false
},
"brokers": [
{
"host": "kafka-broker-headless.kafka.svc.cluster.local",
"port": 9092
}
],
"kafka_topic": "kafka-logger",
"name": "kafka logger",
"producer_type": "sync"
}
},
"service_id": "573513799030539082",
"upstream_id": "572761914002637642",
"status": 1
}
```

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