While fetching 4000 or more values from a database (postgresql) it is not possible to filter the elements. (using Reactive streams)
It is necessary to filter the flow of values from the database (filtering must be performed in a reactive, non-blocking style). You need to get the incoming element, take the email field from it and validate this value. After the…