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

feat: add new simple producer example #2666

Closed
wants to merge 3 commits into from

Conversation

Gorgonx7
Copy link

@Gorgonx7 Gorgonx7 commented Oct 9, 2023

The intention of this simple producer is to provide a basic bare bones example of what is required to produce kafka using sarama. This will form part of a wider wiki article explaining how to get started with sarama.

@Gorgonx7 Gorgonx7 force-pushed the simple-producer branch 2 times, most recently from a01fde8 to add73b5 Compare October 9, 2023 10:14
James Gordon and others added 2 commits October 9, 2023 11:17
The intention of this simple producer is to provide a basic bare bones example of what is required to produce kafka using sarama. This will form part of a wider wiki article explaining how to get started with sarama.

Signed-off-by: James Gordon <[email protected]>
Bumps the golang-org-x group with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `golang.org/x/net` from 0.15.0 to 0.16.0
- [Commits](golang/net@v0.15.0...v0.16.0)

Updates `golang.org/x/sync` from 0.3.0 to 0.4.0
- [Commits](golang/sync@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-org-x
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-org-x
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Gorgonx7 Gorgonx7 closed this Oct 9, 2023
@Gorgonx7 Gorgonx7 deleted the simple-producer branch October 9, 2023 10:19
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.

1 participant