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.

messaging
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.

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 footguns
breakingFlume 1.x SDK is not compatible with Flume 2.x (NG) due to API changes.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources