Sharding Pattern (#1056)

* Create sharding module

* Add Unit Tests

* Fix readme hyperlink

* Fix check-style issue
This commit is contained in:
Azureyjt
2019-11-08 14:20:32 +08:00
committed by Ilkka Seppälä
parent 50986fa15b
commit 1fa8a604eb
16 changed files with 1010 additions and 0 deletions

View File

@ -184,6 +184,7 @@
<module>subclass-sandbox</module>
<module>circuit-breaker</module>
<module>double-buffer</module>
<module>sharding</module>
</modules>
<repositories>