DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
// multiple KafkaStreams constructors (test-only usage) public KafkaStreams(Topology topology, Properties props, Time time) // couple of examples from multiple "org/.apache/.kafka/.common/.metrics/.Metrics.java" constructors public Metrics(Time time) {} public Metrics(MetricConfig defaultConfig, Time time) {} // in package "org/.apache/.kafka/.common/.security/.oauthbearer" public JwtBearerJwtRetriever(Time time) {} public ClientCredentialsJwtRetriever(Time time) {} |
...