Registry / cloud / sentinel-datasource-extension

sentinel-datasource-extension

JSON →
library1.8.9javamavenunverified

The parent project of Sentinel, providing datasource extension for dynamic rule configuration.

<dependency> <groupId>com.alibaba.csp</groupId> <artifactId>sentinel-datasource-extension</artifactId> <version>1.8.9</version> </dependency>
INSTALL
IMPORT
SIG · SENTINEL-DATASOURC
S
sentinel-datasource-extension
cloudjavav1.8.9
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.

ReadableDataSource
com.alibaba.csp.sentinel.datasource.ReadableDataSource

Creates a readable datasource for Sentinel flow rules.

import com.alibaba.csp.sentinel.datasource.ReadableDataSource; import com.alibaba.csp.sentinel.slots.block.flow.FlowRule; import java.util.List; public class Example { public static void main(String[] args) { ReadableDataSource<String, List<FlowRule>> dataSource = null; System.out.println("Datasource created"); } }
Debug
Known issues
breakingSentinel datasource extension requires a compatible Sentinel core version.
fix
Ensure sentinel-core version matches the datasource extension version.
affects: >=1.8.0
Upgrade
Version history
1.8.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
sentinel-datasource-extension — mvn dependency:get sentinel-datasource-extension · libregistry