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

fix: move Gql from broker to consumer #107

Merged
merged 654 commits into from
Apr 8, 2024
Merged

Conversation

logicalangel
Copy link
Member

@logicalangel logicalangel commented Mar 30, 2024

closes #102

internal/config/config.go Outdated Show resolved Hide resolved
internal/transport/server/server.go Outdated Show resolved Hide resolved
@pouya-eghbali
Copy link
Member

@logicalangel, there are conflicts, and it seems like your PR solves more than #102. Please tag them in your PR message so they get closed automatically.

internal/transport/client/conn/conn.go Outdated Show resolved Hide resolved
internal/cmd/worker.go Outdated Show resolved Hide resolved

persistence.Start(contextPath)
client.Listen()
scheduler.New(
Copy link
Member

Choose a reason for hiding this comment

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

Nothing happens when I start my worker node. It doesn't look like the scheduler is working.

This was referenced Apr 7, 2024
@logicalangel logicalangel merged commit 35e4fa2 into develop Apr 8, 2024
2 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.

Feature: Moving GraphQL from the broker to the consumer
3 participants