redpanda-data / redpanda-data/connect

Pulsar Component - missing features

Open
#917 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement inputs outputs ux
Dominant language
Go
Stars
8.8k
Forks
969
Avg merge
1d 13h
Merged PRs (30d)
64

Description

Pulsar component is missing some important features:

  • support for Token/OAuth2 Authentication, currently none. I suggest adding the following:
pulsar:
    auth:
        oauth2:
          audience: "urn:sn:pulsar:x:y"
          issuer_url: "https://auth.xyz"
          private_key_file: /this/folder/key.json
        token:
          token: <base64-token-here> 
  • configurable subscription type, currently hardcoded to Shared. My proposal is to add subscription_type option:
pulsar:
   subscription_type: <type-here>  # one of: shared, key_shared, exclusive, failover
  • message attributes, such as id, publishTime, redeliveryCount, etc. (see Message interface)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with internal/impl/pulsar/input.go, especially the linked authentication and subscription handling, then compare the Apache Pulsar Message interface for available attributes. The work is complete when token/OAuth2 authentication, configurable subscription types, and requested message attributes are supported by the Pulsar component.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
stream-processing
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.