Vitalik

Results 26 comments of Vitalik

> Redis cluster performance is necessarily n times that of a single node, so there is no need to test it. Unfortunately it's not that simple, if you want to...

Sure, you can ping me in temporal [slack](https://join.slack.com/t/temporalio/shared_invite/zt-onhti57l-J0bl~Tr7MqSUnIc1upjRkw) if you need any help.

Interesting, maven central has all those files: https://repo1.maven.org/maven2/io/temporal/temporal-sdk/1.0.4/ Can you double check if your IDE is downloading sources/javadocs? You may need to explicitly press the button to fetch them.

You are right, I don't see sources for the generated code. Let me update task description to be more precise.

There seem to be a couple gradle plugin issues here, I was able to make generated source publishing work by adding `sourceSets.main.java.srcDirs = ["$buildDir/generated/main/java","src/main/java"]`, but it breaks license check and...

Right now we tell people to create a new stub every time, we should think if we can provide per-activity invocation options.