Michael Beausoleil

Results 6 comments of Michael Beausoleil

Any idea when the next version will be released so we can have the ability to change partitions and replication?

Has anyone found out how to resolve this? Unfortunately re-running the `puma-dev -install` command again isn't working for me.

I upgraded to v0.13 and this is still happening.

@purbon is there a list somewhere of known issues/reasons why it currently does not work so if someone wanted to contribute they could make sure they are handling those scenarios?

@purbon yes I believe that makes sense. As a heads up, my particular case was trying to setup a managed RabbitMQ Source Connector and I had opened a ticket with...

It looks like you have to set the additionalDir property to an absolute path for it to work. So instead of: ``` additionalDir = file('lib') ``` try something like: ```...