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

Features/observer pattern #438

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

ailtonguitar
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@ailtonguitar ailtonguitar changed the title Features/observer pattern Draft: Features/observer pattern Sep 28, 2023
@ailtonguitar ailtonguitar force-pushed the features/observer-pattern branch 2 times, most recently from d13497b to bf2da76 Compare September 29, 2023 10:50
@ailtonguitar ailtonguitar changed the title Draft: Features/observer pattern Features/observer pattern Sep 29, 2023
src/KafkaFlow.Abstractions/IEvent.cs Show resolved Hide resolved
src/KafkaFlow/ConsumerManagerFactory.cs Outdated Show resolved Hide resolved
src/KafkaFlow/Consumers/WorkerPoolStoppedSubject.cs Outdated Show resolved Hide resolved
src/KafkaFlow/Event.cs Outdated Show resolved Hide resolved
src/KafkaFlow/MiddlewareExecutor.cs Outdated Show resolved Hide resolved
src/KafkaFlow/Event.cs Show resolved Hide resolved
src/KafkaFlow/Event.cs Show resolved Hide resolved
@ailtonguitar ailtonguitar force-pushed the features/observer-pattern branch 2 times, most recently from 002953c to 767435a Compare September 29, 2023 14:12
src/KafkaFlow.Abstractions/Consumers/IWorker.cs Outdated Show resolved Hide resolved
src/KafkaFlow/Event.cs Show resolved Hide resolved
src/KafkaFlow/Event.cs Outdated Show resolved Hide resolved
src/KafkaFlow/Event.cs Outdated Show resolved Hide resolved
@joelfoliveira joelfoliveira mentioned this pull request Oct 2, 2023
4 tasks
@ailtonguitar ailtonguitar force-pushed the features/observer-pattern branch 7 times, most recently from a9191b9 to d8a5f01 Compare October 3, 2023 11:57
@filipeesch filipeesch merged commit 8c785d9 into workers-calculator Oct 3, 2023
0 of 3 checks passed
@filipeesch filipeesch deleted the features/observer-pattern branch October 3, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

8 participants