Cucumber BDD, call gRPC

176 Views Asked by At

I am new to BDD, want to call gRPC.

gRPC is working without BDD by following way

command:
./grpcurl -vv -proto functionsNservices_file_java.proto -plaintext localhost:8080 service_in_proto.func

output: exactly what I need

Where
functionsNservices_file_java.proto is a java file
localhost:8080 is deamon
service_in_proto.func is defined in functionsNservices_file_java.proto file



Problem:
is how can i call gRPC using BDD script. as BDD supports camel and camel supports gRPC.

0

There are 0 best solutions below