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

NO-TICKET: Add a few improvements #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dogaanismail
Copy link

@dogaanismail dogaanismail commented Jan 11, 2024

I have kindly added a few improvements on the code.

Best regards,
Ismail

…sImpl

The DirectProcessor used previously for message handling has been replaced with Sinks. This change involved updating how messages are emitted, including adding a warning log statement when message emission fails. The method for obtaining the flux from messages has also been updated accordingly.
… TransactionHandler

Description:
In ViewRepositoryImpl, simplified the import of reactor.core.publisher and replaced UnicastProcessor with Sinks.Many for better backpressure handling. Block of code for creating and updating storage has been updated. In TransactionHandler, code indentation was fixed for better readability. Changes don't affect existing functionalities, but improve code efficiency and readability.
… resulting in an improved, more legible layout. This modification will facilitate easier understanding and navigation, particularly for those who are new to the project or the codebase.
@dogaanismail dogaanismail changed the title NO-TICKET: Change the file name NO-TICKET: Add a few improvements Jan 11, 2024
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