Registry / messaging / flume-ng-sdk

flume-ng-sdk

JSON →
library1.11.0javamavenunverified

Stable public API for integrating with Apache Flume 1.x data collection and aggregation system.

<dependency> <groupId>org.apache.flume</groupId> <artifactId>flume-ng-sdk</artifactId> <version>1.11.0</version> </dependency>
INSTALL
IMPORT
SIG · FLUME-NG-SDK
F
flume-ng-sdk
messagingjavav1.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Event
org.apache.flume.Event

Creates a Flume event with a byte body.

import org.apache.flume.Event; import org.apache.flume.event.EventBuilder; public class Example { public static void main(String[] args) { Event event = EventBuilder.withBody("data".getBytes()); System.out.println(event.getBody()); } }
Debug
Known issues
breakingFlume 1.x SDK is not compatible with Flume 2.x (NG) due to API changes.
fix
Ensure you are using Flume 1.x and the corresponding SDK version.
affects: >=1.0.0
Upgrade
Version history
1.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
flume-ng-sdk — mvn dependency:get flume-ng-sdk · libregistry