building-microservices-youtube icon indicating copy to clipboard operation
building-microservices-youtube copied to clipboard

Code repository for my Building Microservices YouTube series https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_

Results 46 building-microservices-youtube issues
Sort by recently updated
recently updated
newest added

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...