Zuul Error during filtering

Hallo zusammen,

ich komm nicht mehr weiter und hab keine Idee, was das Problem sein könnte.

Ich habe Zuul aktiv und erstelle über eine API POST Requests. es Funktioniert eine Weile ( 180 Objekte werden persistiert) Aber dann bekommt der Client von der Resource 500 null zurück. Die Resource wirft keine Exception, aber Zulu:

https://pastebin.com/G1NkyVd5

In Zuul ist eigentlich nichts geändert, nur das was man von start.spring.io lädt. Hier sind die Properties, vielleicht ist da was falsch? Ich hoffe jemand hat eine Idee

server.port=8181
spring.application.name=api-gateway-service
eureka.instance.preferIpAddress=true
eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=true
eureka.client.service-url.default-zone=http://localhost:8761/eureka

zuul.host.socket-timeout-millis=60000
zuul.host.connect-timeout-millis=60000


#LOGGING
logging.level.org.springframework.web = DEBUG
logging.level.org.hibernate = ERROR
logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} - %msg%n
logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
logging.file=/opt/test/logs/@project.artifactId@.log
logging.file.max-history=10

Nutze kein Zuul, aber das sieht plausiebel aus:

danke, hab ich inzwischen auch herausgefunden. War aber nicht das eigentliche problem. Sondern ein CopyPaste Fehler. Hatte in der Property eureka.client.serviceUrl.defaultZone=http://localhost:8761/eureka/

einen Tippfehler abkoppelt (kleines z) dadurch konnte sich zuul nicht an eureka anmelden