while sending the records to the dgraph, encountered with errors like;
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception;
i.g.i.ManagedChannelOrphanWrapper : ~~~ Channel ManagedChannelImpl{logId=4073, target=localhost:9080} was not shutdown properly!!! ~~~
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site.
I am using the dgraph version 20.03.0
i tried using this solution [dgraph4j] Using java client connect to dgraph alpha failed. (docker on AWS EC2),
but still facing the same issue.
Please help me to resolve this.
thanks.