Terence Marks

Results 4 issues of Terence Marks

After calling `Mockery::close()` when creating mocks using the demeter chains, the created mock instances from the demeters seem to stay around in memory. Following is an example unit test demonstrating...

investigate

### Versions used ```"com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "3.0.1"``` ```"com.typesafe.akka" %% "akka-stream" % "2.6.14"``` ### Expected Behavior When sending multiple messages via new instances of `AmqpFlow`, expecting connection to either recover...

p:amqp

`Kafka\ConsumerConfig` and `Kafka\ProducerConfig` access same static variable: ![image](https://user-images.githubusercontent.com/6971400/72868615-4003c400-3d2e-11ea-9231-f3ff97dbfd89.png) ![image](https://user-images.githubusercontent.com/6971400/72868637-59a50b80-3d2e-11ea-8dd9-aa9188613348.png) ![image](https://user-images.githubusercontent.com/6971400/72868651-63c70a00-3d2e-11ea-9079-40abadcfdbbd.png) This causes issues for common options such as `'clientId'`, `'brokerVersion'`, etc. Ideally, the configs should have no shared properties.

Hey, I was wondering if there was an easy way to share an MQTT connection across multiple MqttSources or update the topics which a source is currently subscribed to. I...

p:mqtt