Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ const config: Config = {
{
title: 'Product',
items: [
{label: 'Documentation', to: '/docs/quickstart/flink'},
{label: 'Quickstart', to: '/docs/quickstart/flink'},
{label: 'Documentation', to: '/docs/next/quickstart/flink'},
{label: 'Quickstart', to: '/docs/next/quickstart/flink'},
{label: 'Roadmap', to: '/roadmap'},
{label: 'Downloads', to: '/downloads'},
{label: 'Blog', to: '/blog'},
Expand Down Expand Up @@ -355,4 +355,4 @@ const config: Config = {
} satisfies Preset.ThemeConfig,
};

export default config;
export default config;
4 changes: 2 additions & 2 deletions website/src/pages/compare/kafka.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Pick Fluss when these are your dominant needs:
| **Engines that read** (the storage layer) | Kafka clients only | Flink · Spark · DuckDB· **_planned:** Trino · StarRocks |
| **Strong fit** | Event-driven systems · log ingestion · microservice pub/sub · cross-language transport | Large-scale Flink stream processing · real-time analytics · AI/ML · streaming lakehouse · dimension joins · CDC |

Ready to try Fluss? [Get started with the Flink quickstart](/docs/quickstart/flink),
or read the [architecture overview](/docs/concepts/architecture).
Ready to try Fluss? [Get started with the Flink quickstart](/docs/next/quickstart/flink),
or read the [architecture overview](/docs/next/concepts/architecture).
6 changes: 3 additions & 3 deletions website/src/pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Apache Fluss 0.9.1 is the latest stable release.
| [Fluss Source Release](https://www.apache.org/dyn/closer.lua/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz.sha512) |
| [Fluss Helm Chart](https://www.apache.org/dyn/closer.lua/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz.sha512) |

Read the [release blog](/blog/releases/0.9/) about the new features and significant improvements in the Apache Fluss v0.9 release.
Read the [release notes](https://github.com/apache/fluss/releases/tag/v0.9.1-incubating) for the Apache Fluss 0.9.1 release.

------------------

Expand All @@ -24,10 +24,10 @@ Read the [release blog](/blog/releases/0.9/) about the new features and signific
| [Fluss Source Release](https://www.apache.org/dyn/closer.lua/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz.sha512) |
| [Fluss Helm Chart](https://www.apache.org/dyn/closer.lua/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz.sha512) |

Read the [release blog](/blog/releases/0.8/) about the new features and significant improvements in the Apache Fluss 0.8.0 release.
Read the [release notes](https://github.com/apache/fluss/releases/tag/v0.8.0-incubating) for the Apache Fluss 0.8.0 release.

------------------

## Verifying Downloads

Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS).
Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS).
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function HomepageHeader({heroRef}: {heroRef: React.RefObject<HTMLElement>}) {
<div className={styles.heroCtas}>
<Link
className={styles.btnPrimary}
to="/docs/quickstart/flink">
to="/docs/next/quickstart/flink">
Get Started
<span aria-hidden="true">→</span>
</Link>
Expand Down