Skip to content

Commit

Permalink
Updated docs to add kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Robban1980 committed Dec 3, 2024
1 parent d06262b commit 1f1ba1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/configuration/eventhandlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Eventing in Conductor provides for loose coupling between workflows and support

This includes:

1. Being able to produce an event (message) in an external system like SQS or internal to Conductor.
1. Being able to produce an event (message) in an external system like SQS, Kafka or internal to Conductor.
2. Start a workflow when a specific event occurs that matches the provided criteria.

Conductor provides SUB_WORKFLOW task that can be used to embed a workflow inside parent workflow. Eventing supports provides similar capability without explicitly adding dependencies and provides **fire-and-forget** style integrations.

## Event Task
Event task provides ability to publish an event (message) to either Conductor or an external eventing system like SQS. Event tasks are useful for creating event based dependencies for workflows and tasks.
Event task provides ability to publish an event (message) to either Conductor or an external eventing system like SQS or Kafka. Event tasks are useful for creating event based dependencies for workflows and tasks.

See [Event Task](workflowdef/systemtasks/event-task.md) for documentation.

Expand All @@ -20,7 +20,7 @@ Event handlers are listeners registered that executes an action when a matching
2. Fail a Task
3. Complete a Task

Event Handlers can be configured to listen to Conductor Events or an external event like SQS.
Event Handlers can be configured to listen to Conductor Events or an external event like SQS or Kafka.

## Configuration
Event Handlers are configured via ```/event/``` APIs.
Expand Down

0 comments on commit 1f1ba1d

Please sign in to comment.