Dan Frankland

Results 6 comments of Dan Frankland

I think I'm seeing the same issue while trying to make a cluster deployment (with or without docker-compose). I have the CloudStorage (S3) addon and MongoDB. My observations: - **Add...

Thanks for the example @f2prateek. My concern with that approach is that any success or failure would write to the channel, which would cause my function to return. Again running...

Sorry, I should have said that I'm starting a client, sending multiple messages, then closing the client. That example works for one message, or where BatchSize/Interval are set so that...

Here's an example: https://play.golang.org/p/Uk1zB_bnyLx - Send 100 messages with BatchSize=1 - Using a `httptest.Server` as the segment endpoint, which has a handler that prints out the received msgs. It will...

Counting messages only works if I set the BatchSize to one, otherwise the number of times the callback is triggered depends on BatchSize and Interval setting. Same issue with using...

I can also confirm that this is an issue. I was seeing an error from this package: ``` ERROR: sending request - Post "https://api.segment.io/v1/batch": write on closed buffer ``` Which...