-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix: deprecated kafka-avro #1337
Conversation
@@ -359,3 +364,10 @@ function findInstanaHeaderValues(instanaHeadersAsObject) { | |||
|
|||
return { level, traceId, longTraceId, parentSpanId }; | |||
} | |||
|
|||
function logDeprecationKafkaAvroMessage() { |
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.
Suggestion for function name logKafkaAvroDeprecationWarning
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.
haha yeah you are right, but I am too lazy to change it now :D
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.
LGTM
Qs: Would it be possible to also remove the tests? It seems unnecessary to keep the skipped ones. |
I decided to keep them in case we need to test something. We do not have a rule when we remove the tests. |
refs https://jsw.ibm.com/browse/INSTA-1042
refs waldophotos/kafka-avro#120
Tests are already skipped.