FusionReactor Observability & APM

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Author Posts: team@coreconcepts.design

Memory Mapped Buffer

Understanding the Memory Mapped Buffer To understand the memory mapped buffer we first need to understand the Java buffer pool. The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. 

Read More »

Java Non-Direct Buffer

Understanding  Java Non-Direct Buffer The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using a Java buffer pool? To answer this question, let’s firstly

Read More »

garbage collector-managed memory

Understanding garbage collector-managed memory The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using a Java buffer pool? To answer this question, let’s firstly

Read More »

Monitoring Kafka Consumer Applications

New in FusionReactor 7.0.0, we added the ability to monitor your applications usage of Apache Kafka. Firstly, what is Apache Kafka. Apache Kafka is a publish-subscribe service that allows for multiple system to publish to a given topic and for

Read More »