Skip to content

Conversation

@karthikbhat13
Copy link
Contributor

FanOut/FanIn Pattern

  • The pattern refers to executing multiple instances of the activity function on multiple chunks in parallel
  • Resolves Fan-Out/Fan-In pattern #1627

Pull request description

  • Added code that implements the design pattern and test cases

* iluwatar#1627 adding fanout-fanin pattern

* iluwatar#1627 adding class diagram image

* iluwatar#1627 adding readme

* iluwatar#1627 adding license

* iluwatar#1627 updating relations

* iluwatar#1627 interrupting the thread

* iluwatar#1627 fixing sonar issues

* iluwatar#1627 fixing sonar issues

* iluwatar#1627 adding more info in README.md
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

85.7% 85.7% Coverage
0.0% 0.0% Duplication

@karthikbhat13
Copy link
Contributor Author

Have raised one more PR with custom branch. #1800

@iluwatar
Copy link
Owner

Have raised one more PR with custom branch. #1800

🤷🏻‍♂️

@iluwatar iluwatar added this to the 1.25.0 milestone Jul 11, 2021
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.

Fan-Out/Fan-In pattern

2 participants