Skip to content

Commit

Permalink
Merge pull request #66 from JieDing/kafka-readme
Browse files Browse the repository at this point in the history
Kafka readme
  • Loading branch information
JieDing authored Sep 7, 2022
2 parents 7658472 + a15e02f commit af486dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connectors/source-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Users can specify their configs by either setting environments variables or moun

## Kafka Source Image


> vancehub/source-kafka
## Local Development

Expand Down
6 changes: 3 additions & 3 deletions connectors/source-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>18</maven.compiler.source>
<maven.compiler.target>18</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down Expand Up @@ -68,4 +68,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit af486dd

Please sign in to comment.