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

Handle all requests #58

Open
wants to merge 9 commits into
base: feature/filter_header
Choose a base branch
from

Conversation

Ark2307
Copy link

@Ark2307 Ark2307 commented Sep 4, 2024

No description provided.

"type": currentReq.Proto,
"akto_vxlan_id": fmt.Sprint(bd.vxlanID),
"is_pending": fmt.Sprint(isPending),
"source": bd.source,

Choose a reason for hiding this comment

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

add all the fields.. it's ok to have empty values but not null


out, _ := json.Marshal(value)
ctx := context.Background()
go Produce(allRequestsKafkaWriter, ctx, string(out)) // Replace `nil` with the actual Kafka writer

Choose a reason for hiding this comment

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

close the kafka writers

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