Fork me on GitHub
#datomic
<
2019-08-16
>
danieroux07:08:29

On https://docs.datomic.com/cloud/ions/ions-monitoring.html I see that “You can send all alert, event, and dev output to registered taps by calling initialize-redirect with a target of :tap” With com.datomic/ion {:mvn/version "0.9.34"} and (datomic.ion.cast/initialize-redirect :tap) I get: initialize-redirect expects :stdout, :stderr, or a filename What am I missing?

danieroux10:08:54

Now works with com.datomic/ion {:mvn/version "0.9.35"}, thanks @U1QJACBUM

dmarjenburgh11:08:03

A question regarding the EULA. The passage that reads as follows: > Upon termination of this EULA for any reason, you will erase or destroy all copies of the Datomic Cloud Software, or part thereof, in your possession, if any. Any use of the Datomic Cloud Software after termination is unlawful. What exactly is mean by the ‘Datomic Cloud Software’? The publicly available`com.datomic/client-cloud` library? The AWS resources running in your account? Or the code running on the marketplace image? I need to answer these questions to the ‘vendor management’ department. We really want to employ Datomic Cloud in the organization.

xiongtx22:08:48

From the datomic documentation: https://docs.datomic.com/on-prem/storage.html#connecting-to-transactor > If the transactor cannot bind to its publicly reachable IP address (e.g. the transactor is on a VM that doesn’t own or can’t see its external address), you will need to provide a value for alt-host on the transactor with the publicly reachable IP address in addition to the host property. We’ve got the transactor deployed in a container behind a load balancer. Should the alt-host be the load balancer’s URL? Where do we provide the LB’s port?

👍 4
favila00:08:40

Alt-host should be the balancer’s external hostname

favila00:08:51

Ports cannot differ

favila00:08:56

I hope you are not actually splitting traffic? Datomic wants to be able to address transactor individually

johnnyillinois00:08:31

The traffic is not split

johnnyillinois00:08:43

Any reason the ports are not allowed to differ

johnnyillinois00:08:14

Or do you know how big of a change it would be to allow the ports to differ?

johnnyillinois00:08:40

The LB works just as a proxy

favila02:08:16

The ports can’t differ simply because there’s no option to do so