Jakub Liska
Jakub Liska
Yo Ben, there is an unexpected behavior even if I use the composite pickler, see the screen shot : ``` import prickle.{CompositePickler, Pickle, PicklerPair, Unpickle} sealed trait Signal case object...
Hey, colons and dashes too, I have fields like this `c-geo:c3` and getting : ``` [info] org.apache.avro.SchemaParseException: Illegal character in: c-geo:c3 [info] at org.apache.avro.Schema.validateName(Schema.java:1083) ``` because neither `:` nor `-`...
@jolivares Hey, I cannot figure out how to start the container after the SSL feature has been added. I'm using this image only for development so I'm not interested in...
@flozano I need the `delete.topic.enable=true` commit so I'm gonna inherit from the `0.9.0.0` tag for now, thanks
Yup, this works, thank you
I've got the same problem, it's pretty strange as the table is obviously created and present, but jvm app connected to that endpoint cannot see the table https://github.com/akka/akka-persistence-dynamodb/issues/47#issuecomment-334290000
Resolved here https://stackoverflow.com/a/29560004/306488