Skip to content

Support Kafka topics alter, delete#1265

Merged
jfallows merged 5 commits intoaklivity:developfrom
akrambek:feaure/kafka-topics2
Sep 24, 2024
Merged

Support Kafka topics alter, delete#1265
jfallows merged 5 commits intoaklivity:developfrom
akrambek:feaure/kafka-topics2

Conversation

@akrambek
Copy link
Contributor

Description

Support Kafka topics alter, delete.

Fixes #1059

Comment on lines +748 to +751
int16 error;
string16 message = null;
uint8 type;
string16 name;
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
int16 error;
string16 message = null;
uint8 type;
string16 name;
int16 error;
string16 message = null;
uint8 type;
string16 name;

@jfallows jfallows merged commit d161791 into aklivity:develop Sep 24, 2024
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.

Support Kafka topics create, alter, delete

2 participants