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

ref: Move most consumers to unified consumer CLI #2203

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

untitaker
Copy link
Member

@BYK
Copy link
Member

BYK commented Jun 16, 2023

KafkaError{code=UNKNOWN_TOPIC_OR_PART,val=3,str="Subscribed topic not available: profiles: Broker: Unknown topic or partition"}

This is from profiles consumer. There might be others, check the logs for more 🙂

@untitaker
Copy link
Member Author

thank byk for helping out here!

KafkaError{code=UNKNOWN_TOPIC_OR_PART,val=3,str="Subscribed topic not available: profiles: Broker: Unknown topic or partition"}

The problem is, I am not even changing the topic here -- the old CLI is also depending on the same topic.

if I understand it right, this script was supposed to create those topics anyway:

echo "${_group}Creating additional Kafka topics ..."

@hubertdeng123
Copy link
Member

hubertdeng123 commented Jun 16, 2023

seems odd that the integration test on docker compose v2.0.1 is succeeding 🤔

if I understand it right, this script was supposed to create those topics anyway:

yes, that's correct the profiles topic should've been created

@hubertdeng123
Copy link
Member

now it's passing, for the record I've never seen that error before and it should not have failed twice in a row

Copy link
Member

@hubertdeng123 hubertdeng123 left a comment

Choose a reason for hiding this comment

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

🚀🚀

@hubertdeng123 hubertdeng123 merged commit 55499ce into master Jun 21, 2023
@hubertdeng123 hubertdeng123 deleted the ref/unified-consumers branch June 21, 2023 19:46
hubertdeng123 added a commit that referenced this pull request Jun 21, 2023
hubertdeng123 added a commit that referenced this pull request Jun 21, 2023
Revert "ref: Move most consumers to unified consumer CLI (#2203)"

This reverts commit 55499ce.
@hubertdeng123 hubertdeng123 restored the ref/unified-consumers branch June 21, 2023 21:30
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants