Blog Archives

APIGEE – Can we configure parameters for Message Logging Policy?

Apigee MessageLogging policy has limitation to use configurable parameters such as Syslog server host, port, etc. details. If we are not going to configure these parameters we may get into trouble while moving the proxy from one environment to another

Tagged with:
Posted in APIGEE

APIGEE – How To Handle Base64 Encoding Decoding?

In this article, we will see how to encode and decode base64 strings while building APIGEE proxies. As part of APIGEE, we have BasicAuthentication policy which deals with base64 encoded authorization header. But if we want to deal with any

Tagged with: ,
Posted in APIGEE

Java 11 Features – Java Flight Recorder

                            In this article we will see how we can leverage Java Flight Recorder feature as part of Java 11. Earlier it was one of the commercial

Tagged with: ,
Posted in Java

Java 10 – Local Variable Type Inference

Java 10 Local-Variable Type Inference
Allows the developer to declare variable by enhancing type inference.

Posted in Java

Introduction to Apache Kafka

What is Apache Kafka? Apache Kafka is a distributed streaming system with publish and subscribe the stream of records. In another aspect, it is an enterprise messaging system. It is highly fast, horizontally scalable and fault tolerant system. Kafka has

Tagged with:
Posted in Apache Kafka

Enterprise Application Monitoring in production with OverOps

                                     In this article we will discuss OverOps which will monitor application and provides insights about the exceptions with code and the variable

Tagged with: ,
Posted in DevOps

Distributed Logging Architecture for Microservices

               In this article, we will see what are the best practices we need to follow while logging microservices and the architecture to handle distributed logging in the microservices world. As we all know

Tagged with: , ,
Posted in Microservices

Spring Boot Admin – Admin UI for administration of spring boot applications

               As part of microservices development, many of us are using Spring Boot along with Spring Cloud features. In the microservices world, we will have many Spring Boot applications which will be running on

Tagged with:
Posted in Spring, Spring Boot

Http/2 multiplexing and server push

                 In this article, we will see the main features for Http/2 specification. Till Http/1 the request and response processing between the client and server is simplex. That is, the client sends the

Tagged with: , ,
Posted in General

Java 9 : Convenience Factory Methods to create immutable Collections

                             In this article we will see another JDK 9 feature to create immutable collections. Till Java 8, If we want to create immutable collections we use

Tagged with: ,
Posted in Java
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou