building-microservices-youtube
                                
                                 building-microservices-youtube copied to clipboard
                                
                                    building-microservices-youtube copied to clipboard
                            
                            
                            
                        Code repository for my Building Microservices YouTube series https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_
Every time i run the **grpcurl --plaintext localhost:9092 Currency.SubscribeRates** command i get 2 **024-09-27T14:46:54.415+0530 [INFO] Client has closed connection that is EOF error** if i run the command **grpcurl --plaintext...
Fixed a couple of very small spelling mistakes
I noticed that we have to duplicate the SKU pattern both in the documentation: ```go type Product struct { ... // the SKU for the product // // required: true...