Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for katsura (0.17 sec)

  1. internal/event/target/nats.go

    	} else {
    		addressURL = scheme + "://" + n.Address.String()
    	}
    
    	u, err := uuid.NewRandom()
    	if err != nil {
    		return nil, err
    	}
    	clientID := u.String()
    
    	connOpts := []stan.Option{stan.NatsURL(addressURL)}
    	if n.Streaming.MaxPubAcksInflight > 0 {
    		connOpts = append(connOpts, stan.MaxPubAcksInflight(n.Streaming.MaxPubAcksInflight))
    	}
    	if n.UserCredentials != "" {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Feb 27 18:11:55 GMT 2024
    - 12.8K bytes
    - Viewed (0)
Back to top