Skip to content

Comments

Fix : patient -service is producer, so seralizer instead of deserializer#6

Open
Akshith-github wants to merge 1 commit intochrisblakely01:mainfrom
Akshith-github:patch-1
Open

Fix : patient -service is producer, so seralizer instead of deserializer#6
Akshith-github wants to merge 1 commit intochrisblakely01:mainfrom
Akshith-github:patch-1

Conversation

@Akshith-github
Copy link

Updated Kafka producer configuration in README.

Updated Kafka producer configuration in README.
Copilot AI review requested due to automatic review settings February 21, 2026 21:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects a documentation error in the README where Kafka consumer configuration (deserializers) was mistakenly documented instead of producer configuration (serializers) for the patient-service. The patient-service is a Kafka producer that sends patient events, so it requires serializer configuration, not deserializer configuration.

Changes:

  • Updated Kafka configuration from consumer.key-deserializer/value-deserializer to producer.key-serializer/value-serializer
  • Changed StringDeserializer to StringSerializer and ByteArrayDeserializer to ByteArraySerializer
  • Minor whitespace normalization at end of file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant