alan2016llg
alan2016llg
**What would you like to be added**: 通过go调用java的服务时,返回对象中存在如以下被注解标注不期望被消费端看见的属性时,在消费端任然被获取到。 @JSONField( serialize = false, deserialize = false ) @JsonIgnore public boolean isSuccess() { return this.status == 200; } **Why is this needed**:...
### Environment - Server: - Client: - Protocol: - Registry: ### Issue description ### Logs Click me to check logs ``` panic: runtime error: invalid memory address or nil pointer...
### Environment - Server: dubbo - Client: Dubbo-go ,v3.3.0 - Protocol: dubbo - Registry: Nacos, v2.3.2 ### Issue description go端关键代码: `ctx := context.WithValue(context.Background(), constant.AttachmentKey, map[string]interface{}{"dubbo.tag": "p6666"}) resp, err := refConf.GetRPCService().(*generic.GenericService).Invoke(...