* Add protobufMessageNameForKeyByTopic option to config. Message keys are
deserialized using a protobuf schema if the config is set. Otherwise
message keys are treated as strings.
Closes#1699
* Add documentation around kafkaui's protobuf support
* Add protobufMessageNameForKey config option
* Update README with info about default types
* Imeplement support for protobufMessageNameForKeyByTopic
* fallback to FALLBACK_FORMATTER
* Add ability to publish message with protobuf key
* Change log levels to debug and add @Nullable annotations
* Attempt at fixing documentation workflow
Co-authored-by: Ilya Kuramshin <ilia-2k@rambler.ru>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Roman Zabaluev <github@haarolean.dev>
* Update issue templates
* Update PULL_REQUEST_TEMPLATE.md
* Update PULL_REQUEST_TEMPLATE.md
* Update stale labels
* Move files, minor updates
* Moved files, minor updates
* Update bug_report.md
* Update feature_request.md
* Add roadmap document
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update SECURITY.md
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update stale periods
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add a stub for guidelines for QA
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Extract building/running instructions from the readme
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* move testing guidelines
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Table of contents for contributing
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add license and release badges
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add info about actuator endpoints
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update logotype and slogan
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Redone contributing guide
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Minor updates
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>