io.kestra.plugin.pulsar.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-pulsar Show documentation
Show all versions of plugin-pulsar Show documentation
Leverage Apache Pulsar messaging in Kestra data orchestration.
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for using the Apache Pulsar message broker.",
categories = PluginSubGroup.PluginCategory.MESSAGING
)
package io.kestra.plugin.pulsar;
import io.kestra.core.models.annotations.PluginSubGroup;