Skip to content

Commit 87d6053

Browse files
lfranckeclaude
andcommitted
docs: Deprecate Apache Druid
Announce deprecation of Apache Druid in the SDP: last LTS in 26.7, last release including it planned for 27.7, removal planned for 27.11. Adds a prominent warning to the operator docs landing page and the shared supported-versions partial, a README banner, and a CHANGELOG entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4aaf0f6 commit 87d6053

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ All notable changes to this project will be documented in this file.
3434
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
3535
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD ([#830]).
3636

37+
### Deprecated
38+
39+
- Apache Druid support is deprecated and is planned for removal in SDP 27.11.
40+
SDP 27.7 is planned to be the last release that includes Apache Druid.
41+
We have not seen adoption of Apache Druid among our customers; if you rely on it, please [contact us](https://stackable.tech/) ([#PRNUM]).
42+
3743
### Deleted
3844

3945
- Remove all metadata storage related properties from product config ([#814]).
@@ -48,6 +54,7 @@ All notable changes to this project will be documented in this file.
4854
[#830]: https://github.com/stackabletech/druid-operator/pull/830
4955
[#832]: https://github.com/stackabletech/druid-operator/pull/832
5056
[#840]: https://github.com/stackabletech/druid-operator/pull/840
57+
[#PRNUM]: https://github.com/stackabletech/druid-operator/pull/PRNUM
5158

5259
## [26.3.0] - 2026-03-16
5360

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
[Documentation](https://docs.stackable.tech/home/stable/druid) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
1414

15+
> [!WARNING]
16+
> **Apache Druid support is deprecated and will be removed from the Stackable Data Platform (SDP).**
17+
> It is deprecated as of SDP 26.7 and is planned for removal in SDP 27.11; SDP 27.7 is planned to be the last release that includes it.
18+
> We have taken this decision because we have not seen adoption of Apache Druid among our customers.
19+
> There is no direct replacement within the SDP. If you rely on Apache Druid — or would be willing to fund its continued development — please contact us via our [homepage](https://stackable.tech/) or the [Discussions forum](https://github.com/orgs/stackabletech/discussions).
20+
1521
This is a Kubernetes operator to manage [Apache Druid](https://druid.apache.org/) ensembles.
1622

1723
<!-- markdownlint-disable MD041 MD051 -->

docs/modules/druid/pages/index.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@
1515
* {feature-tracker}[Feature Tracker {external-link-icon}^]
1616
* {crd}[CRD documentation {external-link-icon}^]
1717

18+
[WARNING]
19+
.Apache Druid is deprecated and will be removed from the SDP
20+
====
21+
Apache Druid support in the Stackable Data Platform (SDP) is deprecated as of SDP 26.7 and is planned for removal in SDP 27.11.
22+
We have taken this decision because we have not seen adoption of Apache Druid among our customers.
23+
24+
The planned timeline is:
25+
26+
* SDP 26.7 ships Apache Druid 37.0.0, the final LTS version we plan to provide, with approximately one year of support.
27+
* SDP 27.7 is planned to be the last release that includes Apache Druid.
28+
* Apache Druid is planned to be removed in SDP 27.11.
29+
30+
There is no direct replacement for Apache Druid within the SDP.
31+
If you rely on Apache Druid, please contact us via our https://stackable.tech/[homepage] or the https://github.com/orgs/stackabletech/discussions[Discussions forum] to discuss your options.
32+
If you are willing to fund its continued development and support, we are open to reconsidering this decision.
33+
====
34+
1835
The Stackable operator for Apache Druid deploys and manages {druid}[Apache Druid] clusters on Kubernetes.
1936
Apache Druid is an open-source, distributed data store designed to quickly process large amounts of data in real-time.
2037
It enables users to ingest, store, and query massive amounts of data in real-time, a great tool for handling high-volume data processing and analysis.

docs/modules/druid/partials/supported-versions.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
33
// Stackable Platform documentation.
44

5+
[NOTE]
6+
====
7+
Apache Druid support in the SDP is deprecated and is planned for removal in SDP 27.11.
8+
The last SDP release to include Apache Druid is planned to be 27.7.
9+
====
10+
511
- 37.0.0 (LTS)
612
- 35.0.1 (Deprecated)
713
- 30.0.1 (Deprecated)

0 commit comments

Comments
 (0)