Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions cf-application/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@ spring:
json:
trusted:
packages: '*'
fetch:
max:
bytes: 15728640 # 15MB
enable-auto-commit: false
auto-commit-interval: 1000
producer:
value-serializer: org.springframework.kafka.support.serializer.JsonSerializer
retries: 0
properties:
max:
request:
size: 15728640 # 15MB
rabbitmq:
enabled: false

Expand Down Expand Up @@ -97,13 +104,13 @@ spring:
spring.web.resources.add-mappings: false
spring.mvc.throw-exception-if-no-handler-found: true
# force charset in request and responses
servlet:
encoding:
force: true
multipart:
enabled: trues
max-file-size: 10MB
max-request-size: 10MB
servlet:
encoding:
force: true
multipart:
enabled: true
max-file-size: 10MB
max-request-size: 10MB

exposure:
include: ${WEB_EXPOSURE_INCLUDE:health,info,prometheus,metrics,flyway,applicationmodules}
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ services:
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
KAFKA_AUTO_CREATE_TOPICS_ENABLE: true
KAFKA_MESSAGE_MAX_BYTES: 15728640 # 15MB
KAFKA_REPLICA_FETCH_MAX_BYTES: 15728640 # 15MB
follower-app:
restart: unless-stopped
image: pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-reeve-follower-app:main
Expand Down
2 changes: 1 addition & 1 deletion postman/Reeve_Integration.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@
"response": []
},
{
"name": "POST Extraction Copy",
"name": "POST Extraction Validation",
"event": [
{
"listen": "test",
Expand Down