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

Python Functions: Distinction between consumer and publisher #1523

Merged
merged 6 commits into from
May 4, 2023

Conversation

SvenO3
Copy link
Contributor

@SvenO3 SvenO3 commented Apr 26, 2023

Purpose

Fixes #1478 and enables to create output data streams with Kafka as message broker.

Remarks

PR introduces (a) breaking change(s): yes

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added documentation Everything related to documentation python Pull requests that update Python code testing Relates to any kind of test (unit test, integration, or E2E test). labels Apr 26, 2023
@SvenO3 SvenO3 added the refactoring Indicates when a pull request or issue contains larger refactoring aspects. label Apr 26, 2023
@bossenti
Copy link
Contributor

bossenti commented May 1, 2023

Thanks a lot for improving the broker setup again @SvenO3 🙏🏼
If you find some time it would be awesome if you could improve the test coverage of the broker module

@bossenti bossenti added the breaking change Indicates that a PR or issue yields to a breaking change label May 1, 2023
@tenthe tenthe merged commit d338007 into dev May 4, 2023
15 checks passed
@tenthe tenthe deleted the 1478-distinction-between-consumer-and-publisher branch May 4, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Indicates that a PR or issue yields to a breaking change documentation Everything related to documentation python Pull requests that update Python code refactoring Indicates when a pull request or issue contains larger refactoring aspects. testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distinguish between Consumer and Publisher for the broker
3 participants