Skip to content

Commit

Permalink
Remove .net projects
Browse files Browse the repository at this point in the history
  • Loading branch information
farukterzioglu committed Jan 7, 2019
1 parent 2c4b8bb commit 9828b2c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 387 deletions.
20 changes: 0 additions & 20 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@
"program": "${fileDirname}",
"env": {},
"args": []
},
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/KafkaComparer.Consumer/bin/Debug/netcoreapp2.1/KafkaComparer.Consumer.dll",
"args": [],
"cwd": "${workspaceFolder}/KafkaComparer.Consumer",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
"console": "internalConsole",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
}
]
}
Binary file removed Kafka.pptx
Binary file not shown.
17 changes: 0 additions & 17 deletions KafkaComparer.Consumer/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions KafkaComparer.Consumer/KafkaComparer.Consumer.csproj

This file was deleted.

103 changes: 0 additions & 103 deletions KafkaComparer.Consumer/Program.cs

This file was deleted.

13 changes: 0 additions & 13 deletions KafkaComparer.Consumer/Properties/launchSettings.json

This file was deleted.

15 changes: 0 additions & 15 deletions KafkaComparer.Producer/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions KafkaComparer.Producer/KafkaComparer.Producer.csproj

This file was deleted.

42 changes: 0 additions & 42 deletions KafkaComparer.Producer/Program.cs

This file was deleted.

12 changes: 0 additions & 12 deletions KafkaComparer.Producer/Properties/launchSettings.json

This file was deleted.

12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ https://github.com/ches/docker-kafka
`ls /brokers/topics`
`ls /consumers`

# Consumer with .Net Core

`cd .\KafkaComparer.Consumer`
`docker build -t kafkacomparerconsumer:latest .`
`docker run -e CONSUMER_GROUP='tags-consumers' -e TOPIC_NAME='tags' -e KAFKA_URL='172.31.162.65:9092' --rm -it kafkacomparerconsumer`

# Producer with .Net Core

`cd .\KafkaComparer.Producer`
`docker build -t kafkacomparerproducer:latest .`
`docker run -e TOPIC_NAME='tags' -e KAFKA_URL='172.31.162.65:9092' --rm -it kafkacomparerproducer`

# Consumer with Golang

`cd .\KafkaComparer.Consumer.Golang`
Expand Down
Loading

0 comments on commit 9828b2c

Please sign in to comment.