DORSETRIGS
Home

openfeign (4 post)


posts by category not found!

stream is closed and Could not find acceptable representation error

Stream is closed and Could not find acceptable representation Decoding Common HTTP Error Messages You re working on your web application everything seems to be

3 min read 05-10-2024 46
stream is closed and Could not find acceptable representation error
stream is closed and Could not find acceptable representation error

Is it possible to make a Feign client to return an Optional<?> if the result could be null (dismiss404 = true)

Using Feign Client to Return Optional Values Handling Nulls Gracefully When building microservices with Spring Feign clients are often used to interact with oth

3 min read 24-09-2024 74
Is it possible to make a Feign client to return an Optional<?> if the result could be null (dismiss404 = true)
Is it possible to make a Feign client to return an Optional<?> if the result could be null (dismiss404 = true)

Jackson with Feign can't deserialized Spring's org.springframework.data.domain.Sort

Deserializing Springs Sort Object with Jackson and Feign A Comprehensive Guide This article delves into the common issue of deserializing Springs Sort object wh

3 min read 05-09-2024 57
Jackson with Feign can't deserialized Spring's org.springframework.data.domain.Sort
Jackson with Feign can't deserialized Spring's org.springframework.data.domain.Sort

Spring Boot 3.2.2 Open Feign Ignoring Retry Period

Spring Boot 3 2 2 Open Feign Ignoring Retry Period A Practical Guide This article delves into a common issue encountered when implementing retries with Open Fei

3 min read 02-09-2024 69
Spring Boot 3.2.2 Open Feign Ignoring Retry Period
Spring Boot 3.2.2 Open Feign Ignoring Retry Period