Can we turn a Cold Observable into a Hot Observable?
No it's impossible.
With the share() operator.
With the shareReplay() operator.
With the from() operator.