forked from spring-projects/spring-pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e673e7
commit 118fdd7
Showing
19 changed files
with
302 additions
and
30 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<html> | ||
<body> | ||
This document is the API specification for Spring for Apache Kafka project | ||
<hr> | ||
<div id="overviewBody"> | ||
<p> | ||
For further API reference and developer documentation, see the | ||
<a href="https://docs.spring.io/spring-kafka/reference" target="_top">Spring | ||
for Apache Kafka reference documentation</a>. | ||
That documentation contains more detailed, developer-targeted | ||
descriptions, with conceptual overviews, definitions of terms, | ||
workarounds, and working code examples. | ||
</p> | ||
|
||
<p> | ||
If you are interested in commercial consultancy, and | ||
support for Spring for Apache Kafka, please visit <a href="https://spring.io/" target="_top"> | ||
https://spring.io/</a> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
^\Q/*\E$ | ||
^\Q * Copyright \E20\d\d(\-20\d\d)?\Q the original author or authors.\E$ | ||
^\Q *\E$ | ||
^\Q * Licensed under the Apache License, Version 2.0 (the "License");\E$ | ||
^\Q * you may not use this file except in compliance with the License.\E$ | ||
^\Q * You may obtain a copy of the License at\E$ | ||
^\Q *\E$ | ||
^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ | ||
^\Q *\E$ | ||
^\Q * Unless required by applicable law or agreed to in writing, software\E$ | ||
^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$ | ||
^\Q * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\E$ | ||
^\Q * See the License for the specific language governing permissions and\E$ | ||
^\Q * limitations under the License.\E$ | ||
^\Q */\E$ | ||
^$ | ||
^.*$ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_2.dtd"> | ||
<suppressions> | ||
<suppress files="package-info\.java" checks=".*"/> | ||
<suppress files="[\\/]test[\\/]" checks="RequireThis"/> | ||
<suppress files="[\\/]test[\\/]" checks="Javadoc*"/> | ||
<suppress files="KafkaMatchersTests" checks="RegexpSinglelineJava"/> | ||
<suppress files="(DeserializationException|ConversionException)" checks="MutableException"/> | ||
<suppress files="[\\/]kafka.jdocs[\\/]" checks="Regexp*"/> | ||
<suppress files="[\\/]kafka.kdocs[\\/]" checks="Regexp*"/> | ||
</suppressions> |
Oops, something went wrong.