This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
res_levis_backend
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: rename custom kafka client to avoid package name issues
chore/proposed-structure
Blaz Smehov
4 weeks ago
parent
6abe265aab
commit
7b60a02f02
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
internal/pkg/kafkaclient/consumer.go
+1
-1
internal/pkg/kafkaclient/reader.go
+1
-1
internal/pkg/kafkaclient/writer.go
internal/pkg/kafka/consumer.go → internal/pkg/kafkaclient/consumer.go
View File
@@ -1,4 +1,4 @@
package kafka
package kafka
client
import (
import (
"context"
"context"
internal/pkg/kafka/reader.go → internal/pkg/kafkaclient/reader.go
View File
@@ -1,4 +1,4 @@
package kafka
package kafka
client
import (
import (
"strings"
"strings"
internal/pkg/kafka/writer.go → internal/pkg/kafkaclient/writer.go
View File
@@ -1,4 +1,4 @@
package kafka
package kafka
client
import (
import (
"time"
"time"
Write
Preview
Loading…
Cancel
Save