Skip to content

Commit

Permalink
update readme: contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Fayez committed Nov 15, 2023
1 parent 41eed67 commit 6ffe138
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Kofr wraps all of [kafka connect REST API](https://docs.confluent.io/platform/cu
- [Installation](#Installation)
- [Usage](#Usage)
- [Configuration](#Configuration)
- [Contributions](#Contributions)

# Installation

Expand Down Expand Up @@ -173,7 +174,14 @@ $ echo '{"connector.class": "org.apache.kafka.connect.file.FileStreamSinkConnect
```

# Configuration
see [examples](https://github.com/A-Fayez/kofr/tree/main/examples) for a basic config file.

See [examples](https://github.com/A-Fayez/kofr/tree/main/examples) for a basic config file.

# Contributions

I welcome fixes for bugs or better ways of doing things or more importantly, code reviews. Kofr was made by the motivation of solving a problem when having to deal with multiple kafka connect clusters at my work was mundane and more importantly, learning rust wink-wink. I use it personally like I use kubectl or kaf.
See [issues](https://github.com/A-Fayez/kofr) for things I'd like to improve. If you have a question about the codebase or simply want to discuss something feel free to open an issue. See also [kcmockserver](https://github.com/A-Fayez/kcmockserver) which I used in testing kofr. It's incomplete and could use some contributions.

# Related Projects
[kcmockserver](https://github.com/A-Fayez/kcmockserver)

[kcmockserver](https://github.com/A-Fayez/kcmockserver)

0 comments on commit 6ffe138

Please sign in to comment.