kestra-io / kestra-io/plugin-solace

Solace plugin improvement - Publication of an event to Solace queue

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
area/plugin good first issue
Dominant language
Java
Stars
0
Forks
5
Avg merge
2d 12m
Merged PRs (30d)
3

Description

### Feature description

Current Solace plugin functionality gives you ability produce events to Solace Topic and pull events from Solace Queue.
If I would want to use Kestra to fully orchestrate Solace events I'm not able to, cause if the event is published to Solace Topic it's not visible in any Solace Queue, so it can't be retrieved.

Using queues is currently recommended by Solace, so I see no point in investing time in Topic event consumption - That's why I think adding Queue producer would be beneficial.

As a user of Solace plugin I want to be able to produce events to Solace Queue, so that I'm able to consume it from Solace Queue with the Consumer task.
I want the plugin to have a trigger that would react on new events in the Queue, as well as be able to use producer as a task in the flow.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the existing Solace functionality for producing to topics, pulling from queues, and the Consumer task. Define the queue producer task and a trigger that reacts to new queue events, then verify that events published by the producer can be consumed from the queue.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.