Skip to content
Snippets Groups Projects
Commit e212d8b4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1518 OZG-1930 revert GrpcUtil due to ITCase problems

parent 73e0185a
Branches
Tags
No related merge requests found
package de.itvsh.goofy.common;
import io.grpc.Metadata;
import io.grpc.Metadata.Key;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class GrpcUtil {
public static Key<String> createKeyOf(String key) {
return Key.of(key, Metadata.ASCII_STRING_MARSHALLER);
}
}
\ No newline at end of file
...@@ -3,7 +3,7 @@ package de.itvsh.goofy.common.callcontext; ...@@ -3,7 +3,7 @@ package de.itvsh.goofy.common.callcontext;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import de.itvsh.goofy.common.ContextService; import de.itvsh.goofy.common.ContextService;
import de.itvsh.kop.common.grpc.GrpcUtil; import de.itvsh.goofy.common.GrpcUtil;
import io.grpc.CallOptions; import io.grpc.CallOptions;
import io.grpc.Channel; import io.grpc.Channel;
import io.grpc.ClientCall; import io.grpc.ClientCall;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment