Home
About
My Library
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2

    Dec 14, 2021 rest-template

    Complatable Future with RestTemplate In the previous article we learned how to use RestTemplate to call apis in sequence and compose their result and write to the client. We will try to optimize this now by makeing these 2 request work in parallel and return this response. We will same UserProfileSupplier & …

    Read More
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1

    Nov 27, 2021 rest-template

    Use case RestTemplate is a synchronous web-client to perform http/s requests from spring applications. Configuration We first define the bean to be injected in our services using following config: 1@Configuration 2public class Config { 3 4 @Bean 5 public RestTemplate restTemplate() { 6 return new RestTemplate(); 7 } 8 …

    Read More
  • Create ndjson logging for spring boot applications

    Nov 1, 2021 logging json ndjson

    Logging ndjson to a file We will configure spring-boot application to redirect logs to a file in ndjson format. See more information on ndjson Dependencies Add following dependencies to the pom.xml 1 <dependency> 2 <groupId>ch.qos.logback.contrib</groupId> 3 …

    Read More

Ashish Agre

Hands-On Mobile & Backend Engineer
Read More

Featured Posts

  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Recent Posts

  • Handle exception from service classes in Spring-Boot
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Categories

AIML 5 ELK 4 SPRING-BOOT 4 WEB-FRAMEWORK-JAVA 4 JSON 3 JAVA 2

Series

CONCURRENCY-IN-JAVA 1

Tags

AIML 5 SPRING-BOOT 5 ANGULAR 4 JUPYTER-NOTEBOOK 4 PANDAS 4 APACHE-KAFKA 3 AUTH 3 DISTRIBUTED-SYSTEMS 3 LOGSTASH 3 SQL 3 HLS 2 JAVA 2 MICRONAUT 2 REST-TEMPLATE 2
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 AUTH3 BAGGINGCLASSIFIER1 CITY1 COMMANDS1 COUNTRY1 DASH1 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER1 ELASTIC-SEARCH1 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FEATURE-ENGINEERING1 FFMPEG1 GOTCHAS1 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 LASSO1 LINEARREGRESSION1 LOGGING1 LOGISTIC-REGRESSION1 LOGSTASH3 MICRONAUT2 MICROSERVICES1 MONGODB1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 PANDAS4 PCA1 POSTGRES1 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-BOOT5 SPRING-CLOUD-STREAM1 SPRING-SECURITY1 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UNSUPERVISED-LEARNING1 USER-INFO1 VIDEO1 VIDEOJS1
[A~Z][0~9]

Copyright 2012- SILENTSUDO. All Rights Reserved