-
Notifications
You must be signed in to change notification settings - Fork 14
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
WIP: Cleanup codebase #78
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.
This all looks great! Much cleaner. Just a couple of minor notes.
src/kafka/producer.ts
Outdated
}); | ||
|
||
if (global.debug) { | ||
console.log(`Connecting to Kafka producer...`); |
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.
Should be "Connecting to Kafka broker...", right?
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.
yes, whoops
Co-authored-by: Chuck Larrieu Casias <[email protected]>
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.
Looks great! Thank you for taking the time to make all of those refactoring changes!
Co-authored-by: Chuck Larrieu Casias <[email protected]>
What type of PR is this? (check all applicable)
Description
This is an attempt to begin cleaning up the codebase by adding new abstractions around formats and Kafka. This does break the Jest tests, but honestly, I'm not sure how useful those are.
Related Tickets & Documents
Added to documentation?
[optional] What gif best describes this PR or how it makes you feel?