Skip to content

Commit 4dd09cc

Browse files
authored
Add Jira processor docs (#447)
* Add Jira processor docs * Update local-antora-playbook.yml
1 parent 498e4b5 commit 4dd09cc

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= jira
2+
:page-aliases: components:processors/jira.adoc
3+
include::redpanda-connect:components:processors/jira.adoc[tag=single-source]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@ After the cluster is created, you can change the API Gateway access on the clust
3434
** xref:develop:connect/components/outputs/cyborgdb.adoc[CyborgDB]: Wite vectors to a CyborgDB encrypted index. CyborgDB provides
3535
end-to-end encrypted vector storage with automatic dimension detection and index optimization.
3636

37-
* Deprecated components:
38-
39-
- `redpanda_migrator` input and output (renamed to `legacy_redpanda_migrator`)
40-
- `redpanda_migrator_offsets` input and output (renamed to `legacy_redpanda_migrator_offsets`)
41-
- `redpanda_migrator_bundle` input and output (these are part of the legacy migration architecture and internally depend on the deprecated `legacy_redpanda_migrator` and `legacy_redpanda_migrator_offsets` components)
37+
* Processors:
38+
** xref:components:processors/jira.adoc[`jira`] (experimental): Executes Jira API queries based on input messages and returns structured results. The processor handles pagination, retries, and field expansion automatically.
4239

43-
These components have been renamed from their previous versions (without the `legacy_` prefix) to preserve backward compatibility. The new `redpanda_migrator` components introduced in this release contain breaking changes. Existing configurations using the previous `redpanda_migrator` components should use these `legacy_` prefixed versions to maintain current functionality.
40+
* Deprecated components:
4441

45-
Users should migrate from deprecated components to the new unified `redpanda_migrator` input/output pair. For detailed migration instructions, see xref:guides:migration/migrate-unified-redpanda-migrator.adoc[].
42+
** `redpanda_migrator` input and output (renamed to `legacy_redpanda_migrator`)
43+
** `redpanda_migrator_offsets` input and output (renamed to `legacy_redpanda_migrator_offsets`)
44+
+
45+
Migrate from these deprecated components to the new unified `redpanda_migrator` input/output pair. For detailed migration instructions, see xref:guides:migration/migrate-unified-redpanda-migrator.adoc[].
46+
** `redpanda_migrator_bundle` input and output (these are part of the legacy migration architecture and internally depend on the deprecated `legacy_redpanda_migrator` and `legacy_redpanda_migrator_offsets` components)
47+
** `kafka`, `kafka_franz`, and `redpanda_common` inputs and outputs.
48+
+
49+
These components have been consolidated into the unified `redpanda` input and output components. Migrate existing configurations to use the new `redpanda` components for continued support and access to the latest features.
4650

4751
For detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect].
4852

0 commit comments

Comments
 (0)