Webflux api controller long execution time Spring boot, reactive mongo

I write a complete reactive api with Spring boot and webflux and mongoDB.
Unfortunately on jmeter stress test time consuming start short then to be really long(stress test time processing)

I launched 100 threads in same time, if 10 first call are around 150ms, then it start to grow until Unbelievable times, i really do not understand what happen, as i have to go in production i am really stucked

controller

@Timed(value = "tokenization-service.tokenController.createNetworkToken.time", description = "time spent to create network token", longTask = true)
    @Override
    public Mono<ResponseEntity<NetworkTokenInformationResponse>> createNetworkToken(@Valid Mono<CardRequest> card, ServerWebExchange exchange) {
        var start = System.currentTimeMillis();
        return getTokenizationInformation.execute(card)
                .doFinally(_ -> registry.counter("tokenization-service.tokenController.createNetworkToken").increment())
                .tag("tokenization-service.controller", "createNetworkToken").metrics()
                .map(token -> {
                            var finish = System.currentTimeMillis();
                            log.info("Time spent to create network token: {}", finish - start);
                            return ResponseEntity.created(URI.create(STR."/{token.getGatewayToken()}"))
                                    .contentType(MediaType.APPLICATION_JSON)
                                    .body(token);
                        }
                );
    } 

my useCase(service)

import com.telr.tokenization.core.adapters.NetworkTokenTmsAdapter;
import com.telr.tokenization.core.adapters.TokenRepositoryAdapter;
import com.telr.tokenization.core.entities.CardRequest;
import com.telr.tokenization.core.entities.NetworkTokenInformationResponse;
import com.telr.tokenization.core.entities.cybersource.Card;
import com.telr.tokenization.core.entities.db.Token;
import com.telr.tokenization.infrastructure.exceptions.TokenizationServiceAlreadyExistsException;
import com.telr.tokenization.infrastructure.properties.ConfigProperties;
import lombok.AllArgsConstructor;
import lombok.NonNull;
import lombok.extern.log4j.Log4j2;
import org.bson.types.ObjectId;
import reactor.core.publisher.Mono;

@Log4j2
@AllArgsConstructor
public class GetTokenizationInformation {

    private final ConfigProperties properties;
    private final NetworkTokenTmsAdapter service;
    private final TokenRepositoryAdapter repository;

    public Mono<NetworkTokenInformationResponse> execute(@NonNull Mono<CardRequest> card) {
        //log.info("Network token creation process starting");
        return card.flatMap(c -> {
            var hashedPan = Token.hashPan(c.getNumber(), properties.getHashing().getSecretKey());
            return repository.findByHashedPan(hashedPan.trim())
                    .flatMap(_ -> {
                        //log.info("Token already existing for hashed pan {}, throwing exception", hashedPan);
                        return Mono.<NetworkTokenInformationResponse>error(new TokenizationServiceAlreadyExistsException("Token already existing for hashed pan"));
                    })      
                    
        });
    }
}

repository

@Repository
public interface TokenRepositoryAdapter extends ReactiveCrudRepository<Token, String> {

    Mono<Token> findByGatewayToken(String gatewayToken);

    Mono<Token> findByHashedPan(String hashedPan);

    @Query(value = "{ 'tmsInstrumentIdentifier.tokenizedCard.expirationYear' : ?0, 'tmsInstrumentIdentifier.tokenizedCard.expirationMonth' : { $lt: ?1 } }")
    Flux<Token> findByTokenizedCardExpiredDate(int year, int month);
}

what i am doing wrong ?

time given by controller
enter image description here

and by jmeter (morover we can see throughput is really low 20 query/s we should go 100 or more

enter image description here

As we can see i only execute a query on database that have index so should be fast, what is blocking ? any idea?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật