Sha256: 2abbf72e185f19b22f6bca969dcffd10e8465a787d944f14b06aaed70ea22fff
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
# Why HTTP is a bad choice for interservice communication [WIP] Downsides of HTTP: * inherently synchronous * timeouts * retries * one-to-one, no pub/sub * additional work required: * network * service discovery * routing * load balancing * authentication/authorization Pro's of HTTP: * synchronous communication is simple * HTTP as technology is well known by engineers
Version data entries
9 entries across 9 versions & 1 rubygems