ashish159357

Results 3 issues of ashish159357

**Problem :** Many existing systems use technologies like ZeroMQ (ZMQ), Kafka, RabbitMQ, etc., for data communication. However, to export traces from the OpenTelemetry Java Agent to such systems, developers must...

Feature Request

Problem ByteBlockPool uses 32KB buffers with an integer offset tracker ( byteOffset). When more than 65,535 buffers are allocated, integer overflow occurs in the byteOffset calculation (byteOffset = bufferUpto *...

module:core/index
Stale

Problem : - i want to send 70-100 kb message in chunks of 4kb with PUB SUB Pather . Solution - 1: using zmq send more with PUB SUB Pattern....