How divide the observable into chunks where each chunk length is n
For example:
observable emits events a, b, c, d, e, f .. and length 3
a, b, c, d, e, f ..