add callee ip in RpcContext by nicklaus-dev · Pull Request #65 · trpc-group/trpc-java

@nicklaus-dev

@github-actions

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@codecov

@nicklaus-dev

I have read the CLA Document and I hereby sign the CLA

liuzengh added a commit to trpc-group/cla-database that referenced this pull request

Sep 20, 2024

@liuzengh

wardseptember

import com.tencent.trpc.core.rpc.RpcClientContext;
import com.tencent.trpc.core.rpc.RpcServer;
import com.tencent.trpc.core.rpc.RpcServerManager;
import com.tencent.trpc.core.rpc.*;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能import*,import具体的类

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已处理

wardseptember

import com.tencent.trpc.core.rpc.RequestMeta;
import com.tencent.trpc.core.rpc.Response;
import com.tencent.trpc.core.rpc.RpcContext;
import com.tencent.trpc.core.rpc.*;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能import *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已处理

@nicklaus-dev

@nicklaus-dev