Skip to content

Commit

Permalink
Merge pull request #65 from jorgepurposeinplay/main
Browse files Browse the repository at this point in the history
Remove kafkashopifysarama and add its TLS config to kafkasarama
  • Loading branch information
jorgepurposeinplay authored Jan 19, 2025
2 parents e1bfe26 + dfa4c75 commit 82fc01e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 625 deletions.
1 change: 0 additions & 1 deletion pubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ toolchain go1.23.2

require (
github.com/IBM/sarama v1.43.3
github.com/Shopify/sarama v1.38.1
github.com/ThreeDotsLabs/watermill v1.4.0
github.com/ThreeDotsLabs/watermill-kafka/v3 v3.0.5
github.com/google/uuid v1.6.0
Expand Down
4 changes: 0 additions & 4 deletions pubsub/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package kafkashopifysarama
package kafkasarama

import (
"crypto/tls"
Expand All @@ -7,7 +7,7 @@ import (
"os"
"time"

"github.com/Shopify/sarama"
"github.com/IBM/sarama"
)

// NewTLSSubscriberConfig creates a new kafka subscriber config with TLS
Expand Down
23 changes: 0 additions & 23 deletions pubsub/kafkashopifysarama/config/ca_test.crt

This file was deleted.

23 changes: 0 additions & 23 deletions pubsub/kafkashopifysarama/config/test.crt

This file was deleted.

28 changes: 0 additions & 28 deletions pubsub/kafkashopifysarama/config/test.key

This file was deleted.

79 changes: 0 additions & 79 deletions pubsub/kafkashopifysarama/kafkashopifysarama_publisher.go

This file was deleted.

204 changes: 0 additions & 204 deletions pubsub/kafkashopifysarama/kafkashopifysarama_subscriber.go

This file was deleted.

Loading

0 comments on commit 82fc01e

Please sign in to comment.