zip() zips two publishers together
Zip is static method
Can be used to merge 2-8 publishers
zipWith():-
This is instance method
User to merge 2 publs inot 1
Waits for publishers involved in transformation to emit one elimt
Continues until one publisher sends onComplete() event
https://github.com/dilipsundarraj1/reactive-spring-webflux/tree/springboot3.0