Fork me on GitHub
#off-topic
<
2018-10-25
>
borkdude18:10:56

https://twitter.com/datomic_team/status/1055503014793019392 cool tweet, but isn’t the transactor the single point of failure in Datomic (on prem)?

borkdude18:10:33

it does however say in a single auto-scaling group, does that imply Datomic cloud?

ljosa18:10:54

We have two transactors on prem. One stands by waiting for the other to die.

ljosa18:10:26

You could use an ASG for the transactor instances. We run them under mesos,

ljosa18:10:46

And in case you didn't know, there is a #datomic channel.

emccue22:10:10

can I use a maven plugin from leiningen?

emccue22:10:22

reason im asking is I have a wsdl file

emccue22:10:44

and I want to make the code generation be done as part of some build command

emccue22:10:08

(I litterally cant get it to work with the command line program; All the mirrors are down or something wierd)

emccue22:10:16

(so I cant download)

emccue22:10:25

(and intelliJ isnt playing nice either)

mikerod23:10:17

@emccue there’s a #leiningen channel

mikerod23:10:00

And I could probably describe sort of a way to do it. It’d be a bit weird though. It isn’t a directly supported thing since Maven is quite different from leiningen

emccue23:10:24

okay switching over to that channel