Created
February 16, 2017 01:19
-
-
Save NeQuissimus/eea60263071a368d94a7c9db0a10b322 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** As per [[https://github.com/apache/kafka/blob/0.10.1.1/core/src/main/scala/kafka/common/Topic.scala]] */ | |
type TopicSpec = NonEmpty And MaxSize[W.`249`.T] And MatchesRegex[W.`"[a-zA-Z0-9\\\\.\\\\-_]+"`.T] And Not[Equal[W.`"."`.T]] And Not[Equal[W.`".."`.T]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment