aws / aws/serverless-java-container
AWS lambda : Spring boot 3 Servlet application having webflux dependency for web client
- Ngôn ngữ chính
- Java
- Star
- 1.6k
- Fork
- 574
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
*To help us debug your issue fill in the basic information below using the options provided*
*Serverless Java Container version*: `2.0.0.M2
*Implementations:* `Spring Boot 3
*Framework version:* `eg SpringBoot 3.1.2`
*Frontend service:* `REST API /ALB`
*Deployment method:* `eg SAM, Serverless Framework, Console`
## Scenario
*Describe what you are trying to accomplish*
I am having Spring boot 3 Microservice deployed as AWS lambda. This microservice contains Webflux dependnecy for Spring Reactive WebClient. I have excluded Netty dependency from WebFlux. AWS Java Serverless library considering AWS lambda as Reactibe but I want it to be Servlet.
## Expected behavior
*Describe how you would expect the application to behave*
Please provide way to set up servlet web application type even it contains web flux dependency.
or
Check if spring web dependency is available, it should be servlet application
Spring is considering Reactive WebClient as synchronous in case spring web dependency is available
## Actual behavior
*Describe what you are seeing instead*
Reactive web application type is considered by library
## Steps to reproduce
*Provide code samples we can use to reproduce the issue as part of our integration tests. If there is a public repository for the misbehaving application link to it here*
handler = SpringBootLambdaContainerHandler.getAwsProxyHandler(Class.forName(System.getenv(APPLICATION)));
## Full log output
*Paste the full log output from the Lambda function's CloudWatch logs*
```
logs
```
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với điểm vào `SpringBootLambdaContainerHandler.getAwsProxyHandler(...)` và tái hiện hành vi bằng một ứng dụng Spring Boot 3 có WebFlux nhưng loại trừ Netty. Theo dõi cách thư viện chọn chế độ reactive hoặc servlet; hoàn tất khi ứng dụng được coi là một ứng dụng servlet nếu dependency web của Spring hiện diện.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws, java, spring-boot
- Lĩnh vực
- api, backend, cloud
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100