|
|
|
@ -18,8 +18,8 @@ package org.thingsboard.edge.rpc; |
|
|
|
import io.grpc.ManagedChannel; |
|
|
|
import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts; |
|
|
|
import io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder; |
|
|
|
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContextBuilder; |
|
|
|
import io.grpc.stub.StreamObserver; |
|
|
|
import io.netty.handler.ssl.SslContextBuilder; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|