Francesco Guardiani

Results 142 issues of Francesco Guardiani

``` === RUN TestSendStructuredMessagedToStructures/regular_subscriber/Event{"data":"hello","datacontenttype":"text/json","dataschema":"http://example.com/schema","exbinary":"AAECAw==","exbool":true,"exint":42,"exstring":"exstring","extime":"2020-03-21T12:34:56.78Z","exurl":"http://example.com/source","id":"full-event-0","source":"http://example.com/source","specversion":"1.0","subject":"topic","time":"2020-03-21T12:34:56.78Z","type":"com.example.FullEvent"} coverage: [no statements] panic: test timed out after 5m0s goroutine 15 [running]: testing.(*M).startAlarm.func1() /opt/hostedtoolcache/go/1.14.12/x64/src/testing/testing.go:1514 +0x11c created by time.goFunc /opt/hostedtoolcache/go/1.14.12/x64/src/time/sleep.go:168 +0x52 goroutine 1 [chan receive]: testing.(*T).Run(0xc0001b7560, 0xbdc7fb,...

bug
component/protocol/nats

Depends on #621 Format now uses io.Reader/Writer, allowing binding.ToEvent and binding.ToMessage to use the new json streaming reader/writer **Note:** this is breaking, although it's modifying an "internal" API (yeah it's...

performance

Fix #598 This PR basically reuses the same protocol developed in #606 but adds the `Accept` method. The usage is similar to the usage of `ws.Conn`

enhancement

I came out with this proposal after working on #606. My problem with the `Client` interface is that, while `Send` and `Request` maps the interfaces in protocol, `StartReceiver` doesn't map...

Experiment if pooling `cloudevents.Event` instances (or better, the context struct and the body buffer), when possible, is efficient and brings improvements

enhancement
component/binding
performance

Implement the new https://github.com/cloudevents/spec/blob/master/websockets-protocol-binding.md

enhancement
component/protocol

## What happened? Hi, I'm trying to use the plugin in the `settings.gradle`, as we have a multi repo configuration and in the `settings.gradle` we infer the version of our...

Refers to [Async lambda RFC](https://github.com/vert-x3/wiki/wiki/RFC:-Asynchronous-lambdas-in-vertx-codegen) Depends on https://github.com/vert-x3/vertx-codegen/pull/258

From https://github.com/apache/flink/pull/17368 this adds some details to debug flink-table-planner Signed-off-by: slinkydeveloper

Fixes #230 Signed-off-by: slinkydeveloper