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

Event Bus in Native Java #324

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

taldekar
Copy link
Contributor

@taldekar taldekar commented Jan 15, 2025

Issue #322

Description of changes:
This PR implements a simple event bus using the native Java 9 Reactive Flow library. The purpose of this implementation is to serve as a Proof of Concept.

Key features:

  • Utilizes Java 9 Reactive Flow for event publishing and subscription.
  • Demonstrates integration with existing codebase.
  • Provides asynchronous publish and subscribe functionality using custom thread pools for each respectively.

Current limitations and areas for further investigation:

  • Thread pool size's need to be fine-tuned.
  • Load testing needs to be performed to ensure that the implementation is scalable and performant.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@taldekar taldekar requested a review from breedloj January 15, 2025 18:30
@taldekar taldekar changed the title Simple event bus in native Java Event Bus in Native Java Jan 17, 2025
@taldekar taldekar force-pushed the taldekar/NativeJavaEventBusPOC branch from e49aaa4 to 968aa47 Compare January 17, 2025 16:18
@taldekar taldekar force-pushed the taldekar/NativeJavaEventBusPOC branch 2 times, most recently from c957b00 to 082e09f Compare January 19, 2025 21:37
@taldekar taldekar force-pushed the taldekar/NativeJavaEventBusPOC branch from 082e09f to 2c3a4ca Compare January 21, 2025 15:18
@taldekar taldekar force-pushed the taldekar/NativeJavaEventBusPOC branch 2 times, most recently from 6ee52a1 to 7916673 Compare January 21, 2025 23:33
@taldekar taldekar force-pushed the taldekar/NativeJavaEventBusPOC branch from 7916673 to 1c682f3 Compare January 21, 2025 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant