Skip to content
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

Added encoder topics to KAFKA_CREATE_TOPICS #29

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dmccoystephenson
Copy link
Member

Problem

The KAFKA_CREATE_TOPICS environment variable specified for the 'kafka' service in the docker-compose.yml file does not include the input/output topics for the encoder configuration of the program. This means that developers have to manually modify the value of this environment variable in the docker-compose.yml when conducting standalone testing.

Solution

The KAFKA_CREATE_TOPICS environment variable now references all four relevant kafka topics to the program:

  • topic.Asn1DecoderInput
  • topic.Asn1DecoderOutput
  • topic.Asn1EncoderInput
  • topic.Asn1EncoderOutput

Testing

This has been tested locally by running docker compose up --build with the ACM in encoder mode and the program was able to find the required topics.

Copy link

@mwodahl mwodahl left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Collaborator

@drewjj drewjj left a comment

Choose a reason for hiding this comment

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

Definitely good to get those ones added.

Copy link

@payneBrandon payneBrandon left a comment

Choose a reason for hiding this comment

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

lgtm!

@payneBrandon payneBrandon merged commit 2f8a545 into develop Jul 8, 2024
4 checks passed
@dmccoystephenson dmccoystephenson deleted the kafka/create-encoder-topics branch July 8, 2024 22:13
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.

4 participants