Eirik Sletteberg
Eirik Sletteberg
Is it possible to do this with the native Java API? https://stackoverflow.com/questions/6838221/how-to-preserve-file-permissions-when-using-fileutils-copydirectory I haven't looked much into it.
Ah ok, I see. 1) Maybe move that function into its own file, as a utility class with a static method in it? 2) Is it possible to shoehorn a...
Sorry for the late reply - I'm indeed quite overloaded. And I no longer work in an organization that uses this plugin. But I think what you want to achieve...
> I think most companies don't really need Cassandra on the backend. I suspect a high-performance alternative for medium-size data will something that will appeal to this audience. What do...
Sounds like a useful feature! Maybe it could be a separate application that uses zipkin's API?
FINN.no used to run Zipkin behind haproxy (dynamically configured) when I was working there, I think they have moved to Kubernetes now, which has its own service discovery and registration....
I guess it should be possible to detect if the function exists or not - and then decide which API to use.
> Is zipkinjs made for only frontend? No, in fact it was made originally for backend/node.js. Browser support is a more recent addon. > Do we still have to bind...
If you look in this repo, you can see that we already have integration tests for the instrumentations - maybe you can modify one of the integration tests and see...
If you can post an example, that would be nice! :-) Eventually you could start your app with the ConsoleRecorder, which logs trace data to stdout, and paste the output...