-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#17 resource handling helper classes #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please extend README.md with some guidelines that describe how to run files in the example module and how to use the library, or provide a better description of what and how it's used in example files?
examples/src/main/scala/za/co/absa/KafkaCase/Examples/KafkaCase.scala
Outdated
Show resolved
Hide resolved
examples/src/main/scala/za/co/absa/KafkaCase/Examples/KafkaCase.scala
Outdated
Show resolved
Hide resolved
Could you please extend README.md with some guidelines that describe how to run files in the example module and how to use the library, or provide a better description of what and how it's used in example files?
|
It should be a new issue, it could be solved in this one #21 |
912085c
to
7b11e9d
Compare
Simplified examples to put more stress on what is part of config and what part of usage
Implemented custom resource handler
Added (commented-out) invocation in scala 3 environment (with scala provided resource handler)
closes #17