-
The same way we have /bus/refresh it might be useful to have /bus/pause and /bus/resume.
My use case was already mention on Spring Cloud Config:
The ability to stop message listener containers to turn…
-
``` java
@EnableRedisHttpSessionConfiguration
public class HttpSessionConfig {
@Value("${server.session-timeout}")
private int maxInactiveIntervalInSeconds;
@Primary
@Bean
public …
-
* https://projectreactor.io/docs/core/release/reference/
Reactor 3 Reference Guide
Mono:https://projectreactor.io/docs/core/release/reference/#core-features
Flux:https://projectreactor.io/docs/co…
-
[Current RowStore Documentation](http://rowstore.docs.snappydata.io/) have so many broken links to RowStore Java docs and It is not usable.
-
I have a basic Spring Boot app using web and GemFire. When I run it with aot enabled, like this: `java -Dspring.aot.enabled=true -jar build/libs/spring-native-experiment-1.0-SNAPSHOT.jar`, it breaks, …
-
Hi, if I am to run snappydata on containers, any advice whether to run on mesos (dcos) or k8?
thbeh updated
6 years ago
-
The link [Accessing Data with GemFire](https://spring.io/guides/gs/accessing-data-gemfire/) at the bottom of the README leads to a page that does not exist.
Has it changed to "https://spring.io/guide…
-
My cluster has three hosts, a server, a locator, a lead, locator configuration port is 9998, running my code, sometimes connected, sometimes stuck fixed, no error message:
My code:
```
object Smart…
-
It should be possible via the `o.s.data.gemfire.PartitionedRegionFactoryBean` API to directly configure or customize `PARTITION` _Region_ attributes, such as, but not limited to:
* Collocation
* F…
-
We have many plugins failing against logstash-core, this must be fixed..Below is a sample (small portion) of the ones failing (full list in https://travis-ci.org/logstash-plugins/):
- [ ] [logstash…