carefree
Results
2
issues of
carefree
Desired results: [{"id":"1","name":"test"}] Results obtained now: [{"id":"1","name":"test"},{"id":"1","name":"test"}] code ` jsonArray := gabs.New() jsonArray.Set("1", "id") jsonArray.Set("test", "name") jsonArray.ArrayAppend(jsonArray.Data())` No relevant information was found. Please share a solution
### Issue description I’m trying to expose TCP Services that are located in a different namespace from APISIX. TCP routing works when the backend Service is in the same namespace...