Leader Follower initial commit#423
Conversation
Added two modules to demonstrate locks. Mutex demonstrates a simple mutual exclusion lock. Semaphore demonstrates a semaphore for controlling access to a pool of resources. The main class of both programs is App.java.
- Added descriptions - Added junit tests - Added javadoc - Added index.md - Added class diagrams
basic implementation ++
Resubmit of updates
…point to retrieve an image path
…point to retrieve a price
…lls to the Image and Price microservices
Test/Doc added
Second type mapper is updated to use java.util.vector
|
@iluwatar Okay..Will update the branch |
|
@amit2103 the conflicts still persist. |
|
@iluwatar resolved..will update by Tuesday |
…service. Change api-gateway packaging type to "pom". Update price-microservice and image-microservice to be true submodules of api-gateway
… reference them from api-gateway submodule pom.xml files
iluwatar#297 Create API Gateway pattern
|
@iluwatar updated...please look at this now . |
|
@amit2103 the Leader-Follower itself looks quite good but the changelist contains huge amount of changes to other patterns. Please revert the unnecessary changes. |
|
Is it possible to cherry pick? It seems the changes are added from the On Sun, May 8, 2016 at 11:02 PM, Ilkka Seppälä notifications@github.com
|
|
@amit2103 you can reset the files you didn't want to change by checking them out from |
|
Okay...Will try this today. On Thu, May 12, 2016 at 10:36 AM, Ilkka Seppälä notifications@github.com
|
|
@amit2103 final call, I'm about to close this pull request due to inactivity. |
|
Apologies for the delay..I will get this done by tomorrow... |
|
@iluwatar Do you know why I keep getting this updates when I am rebasing the origin..I was trying to do it again..But saw some changes? Is there a way to avoid it |
|
Hey @amit2103 what are trying to do? Maybe this helps https://help.github.com/articles/syncing-a-fork/ |
|
I tried to rebase , let me try merge On Wed, Jun 29, 2016 at 12:15 AM, Ilkka Seppälä notifications@github.com
|
|
First merge master, then use the checkout command to reset the unwanted changes as I wrote before. |
|
I'm closing this pull request due to inactivity. |
|
@all-contributors please add @amit2103 for code |
|
I've put up a pull request to add @amit2103! 🎉 |
Pull request for issue #179 (Leader Follower Pattern). Made some changes as per feedback. In order to reduce merge conflicts making this new request