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 asyncapi client #804

Merged
merged 49 commits into from
Feb 26, 2024
Merged

Conversation

bmaidics
Copy link
Contributor

No description provided.

@bmaidics bmaidics force-pushed the kafka_client_asyncapi branch from ab2b1ca to b79279e Compare February 22, 2024 12:23
}

return new KafkaTopicConfig(name, defaultOffset, deltaType, keyConfig, valueConfig);
return topicBuilder.build();
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return topicBuilder.build();
return topic.build();

@jfallows jfallows merged commit 8c6bb21 into aklivity:develop Feb 26, 2024
5 checks passed
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.

2 participants