Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Aug 25, 2025

  • Add final keyword to public non-internal classes according to style guide
    • KafkaSpanExporter
    • KafkaSpanExporterBuilder
    • KafkaSpanExporterBuilder.ProducerBuilder nested class
    • SpanDataSerializer
    • SpanDataDeserializer
  • Review and improve static imports where beneficial
  • Run spotlessApply to ensure proper formatting
  • Verify all tests still pass

All changes successfully implemented. The kafka-exporter module now follows the style guide requirements for final keyword usage on public non-internal classes. All tests continue to pass and formatting is correct.

Fixes #395.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update kafka-exporter module to follow style guide
2 participants