Skip to content

Commit 859df6b

Browse files
committed
added msg
1 parent 3ed19a5 commit 859df6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

billing-service/src/main/java/com/pm/billing_service/grpc/BillingGrpcService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// tell string this is a grpc service
1111
@GrpcService
1212
public class BillingGrpcService extends BillingServiceImplBase {
13-
13+
// this was not easy to understand at first I tell you what
1414
private static final org.slf4j.Logger log =
1515
LoggerFactory.getLogger(BillingGrpcService.class);
1616
// stream observer allows back and forth communication between client and server as opposed to rest api that require you to repeatedly make api calls to communicate

0 commit comments

Comments
 (0)