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

initial nats integaration #248

Merged
merged 1 commit into from Aug 1, 2022

Conversation

shohamroditimemphis
Copy link
Contributor

No description provided.

@@ -24,11 +24,13 @@ import (
"go.mongodb.org/mongo-driver/bson/primitive"
"go.mongodb.org/mongo-driver/mongo"
"go.opentelemetry.io/otel/attribute"

Copy link
Contributor

Choose a reason for hiding this comment

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

remove those extra line breaks

@@ -5,7 +5,7 @@ builds:
id: nats-server
Copy link
Contributor

Choose a reason for hiding this comment

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

is this file necessary for something?

@@ -4,67 +4,67 @@ release:
github:
Copy link
Contributor

Choose a reason for hiding this comment

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

is this file necessary for something?

github.com/minio/highwayhash v1.0.2
github.com/nats-io/jwt/v2 v2.3.0
github.com/nats-io/nats.go v1.16.0
github.com/nats-io/nats.go v1.15.0
Copy link
Contributor

Choose a reason for hiding this comment

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

1.16 is better I think because this appears in NATS repo

@@ -19,8 +19,16 @@ import (
"flag"
"fmt"
"os"
"sync"

// "memphis-broker/db"
Copy link
Contributor

Choose a reason for hiding this comment

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

remove lines 23-27


// err := logger.InitializeLogger()
// handleError("Failed initializing logger: ", err)
fmt.Print("hellp memphis")
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this one

@idanasulin2706 idanasulin2706 merged commit 4ad14dc into memphis-nats-integration Aug 1, 2022
@idanasulin2706 idanasulin2706 deleted the initial-nats-integration branch August 1, 2022 04:42
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.

None yet

2 participants