Skip to content

Commit

Permalink
Merge pull request #380 from amplication/dotnet-broker-kafka
Browse files Browse the repository at this point in the history
implement dotnet broker kafka plugin
  • Loading branch information
mulygottlieb authored Jul 22, 2024
2 parents 052380b + 8619185 commit c0c3577
Show file tree
Hide file tree
Showing 23 changed files with 1,311 additions and 0 deletions.
333 changes: 333 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions plugins/dotnet-broker-kafka/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
]
}
2 changes: 2 additions & 0 deletions plugins/dotnet-broker-kafka/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.prettierignore
.gitignore
1 change: 1 addition & 0 deletions plugins/dotnet-broker-kafka/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
Loading

0 comments on commit c0c3577

Please sign in to comment.