Suppose I want to use Grpc Server streaming or Bidirectional streaming.
Is there any limitation on how long stream can last having in mind that it uses http/2 underneath?
If so can it be used to replace message bus, so stream can be opened and live for as long as you want?