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

Kafka in go #18

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Kafka in go #18

wants to merge 14 commits into from

Conversation

aandrushchak
Copy link
Collaborator

This example demonstrates how to read from MSX topics and how to write to them.
All of this is contingent on messaging becoming enabled in MSX; earliest version it can be available is 4.3

@hagraham hagraham added the do not merge until 4.3 Do not merge until 4.3 label Apr 20, 2022
package:
docker build -t $(NAME):$(VERSION) .
docker save $(NAME):$(VERSION) | gzip > $(IMAGE)
tar -czvf $(OUTPUT) manifest.yml helloworld.yml slminitproof.yml slminitproofservice-1.0.0.tar.gz $(IMAGE)
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi Ana, this example is not based on the helloworld-8 , but rather on helloworld-7, please fix this Makefile accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge until 4.3 Do not merge until 4.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants