Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SolaceIO writer: add connector interface and some more classes #31917

Closed
wants to merge 6 commits into from

Conversation

iht
Copy link
Contributor

@iht iht commented Jul 17, 2024

This is a followup PR to #31906, and part of the issue #31905

This adds the interface of the Write connector and a few classes (data classes, POutput) that are used by the connector.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

iht added 3 commits July 16, 2024 19:03
This adds a base class and two providers for the new SolaceIO write
connector. The basic authentication provider just uses a username and
password.

Users can write their own providers to set authentication mechanisms
and other session properties, by extending from the base class. As an
example, we provide a GoogleCloudSecretProvider, to show how to create
your own. This provider can also be used "as is", but it is mainly
meant as an example to implement your own.

In upcoming PRs, I will be submitting the rest of the write
connector. It is thousands of lines of code, so I am splitting in
smaller PRs, to facilitate code reviews.

This PR contributes to apache#31905
iht added 3 commits July 22, 2024 13:33
…1905

This adds the interface of the Write connector and a few classes (data
classes, POutput) that are used by the connector.
@iht iht force-pushed the solaceio_writer2 branch from bb73b50 to 7d469e0 Compare July 23, 2024 13:27
@iht iht closed this Jul 23, 2024
@iht
Copy link
Contributor Author

iht commented Jul 23, 2024

Will be submitting a new PR with all changes from previous PRs properly merged.

@iht iht reopened this Jul 23, 2024
@iht iht closed this Jul 23, 2024
@iht iht deleted the solaceio_writer2 branch July 23, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant