-
## Prerequisites
- I am running the 0.14.11 version,
- We use the mqtt transporter
## Current Behavior
We have two services, one of them calls the other with a call to an action.
We don't k…
-
Hello, I'm using the [Typescript template](https://github.com/moleculerjs/moleculer-template-project-typescript)
I have a single service called `comicvine`, and the service definition looks like th…
-
I noticed in this [PR ](https://github.com/pivotal-cf/brokerapi/commit/7d156dee81f718f2d0ec14a39d823860d8ae2fdf#diff-ccfe2d00d147a7d2f00d3f53249e1f80c8449c61992f86fcbac4b9debb0bec6fR101) a new `metada…
-
Calico tries to reassign IP addresses already in use
## Expected Behavior
Calico should assign a unused IP address to a new created pod
## Current Behavior
Calico trise several IP addresses, a…
-
## Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- […
-
W20210705-19:45:49.963(8)? (STDERR) error: TypeError: moleculer.ServiceBroker is not a constructor
W20210705-19:45:49.963(8)? (STDERR) at packages/steedos_objects/loadStandardObjects.coffee:22:14
-
Upgrading to version 3.0.2.RELEASE and using spring-boot-starter-webflux version 2.1.5.RELEASE the `ServiceBrokerExceptionHandler` has a new method:
```java
// Spring WebMVC throws this exception
…
-
We create serviceinstance, then create servicebinding which internally creates a secret with credentials provided by the servicebroker . But we can delete that secret and binding will be still in read…
-
According to OSB spec, 410 Gone response could be returned when calling:
* `ServiceInstanceService.deleteServiceInstance()`
* `ServiceInstanceService.getLastOperation()`
* `ServiceInstanceBindingSe…
-
* api.service.js
```js
import ApiService from 'moleculer-web'
export default {
name: 'test',
mixins: [ApiService],
actions: {
hello () {
return 'Hello API Gateway!'
}
…