Skip to content

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