Skip to content

Commit

Permalink
Move kafka_franz components from experimental to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Mar 15, 2023
1 parent 1552d3d commit 790e755
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

All notable changes to this project will be documented in this file.

## Unreleased
## 4.13.0 - 2023-03-15

### Added

Expand Down
2 changes: 1 addition & 1 deletion internal/impl/kafka/input_kafka_franz.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

func franzKafkaInputConfig() *service.ConfigSpec {
return service.NewConfigSpec().
// Stable(). TODO
Beta().
Categories("Services").
Version("3.61.0").
Summary("An alternative Kafka input using the [Franz Kafka client library](https://github.com/twmb/franz-go).").
Expand Down
2 changes: 1 addition & 1 deletion internal/impl/kafka/output_kafka_franz.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

func franzKafkaOutputConfig() *service.ConfigSpec {
return service.NewConfigSpec().
// Stable(). TODO
Beta().
Categories("Services").
Version("3.61.0").
Summary("An alternative Kafka output using the [Franz Kafka client library](https://github.com/twmb/franz-go).").
Expand Down
6 changes: 3 additions & 3 deletions website/docs/components/inputs/kafka_franz.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: kafka_franz
type: input
status: experimental
status: beta
categories: ["Services"]
---

Expand All @@ -14,8 +14,8 @@ categories: ["Services"]
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution EXPERIMENTAL
This component is experimental and therefore subject to change or removal outside of major version releases.
:::caution BETA
This component is mostly stable but breaking changes could still be made outside of major version releases if a fundamental problem with the component is found.
:::
An alternative Kafka input using the [Franz Kafka client library](https://github.com/twmb/franz-go).

Expand Down
6 changes: 3 additions & 3 deletions website/docs/components/outputs/kafka_franz.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: kafka_franz
type: output
status: experimental
status: beta
categories: ["Services"]
---

Expand All @@ -14,8 +14,8 @@ categories: ["Services"]
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution EXPERIMENTAL
This component is experimental and therefore subject to change or removal outside of major version releases.
:::caution BETA
This component is mostly stable but breaking changes could still be made outside of major version releases if a fundamental problem with the component is found.
:::
An alternative Kafka output using the [Franz Kafka client library](https://github.com/twmb/franz-go).

Expand Down

0 comments on commit 790e755

Please sign in to comment.