Jenkins build is back to stable : pulsar-master #539

2018-06-18 Thread Apache Jenkins Server
See 




Jenkins build became unstable: pulsar-master #538

2018-06-18 Thread Apache Jenkins Server
See 




Re: Planning for release 2.1

2018-06-18 Thread Sijie Guo
I am happy to contribute if no one else is working on that.

- Sijie

On Mon, Jun 18, 2018 at 12:01 PM Matteo Merli  wrote:

> As we are about to release 2.0.1, we have already a batch of new items
> ready to be released. Biggest ticket items are:
>  * Connector framework
>  * Go client library
>  * Schema support for Avro and Protobuf
>
> I'd like to propose to cut the release later this week.
> Please point out any pending change you want to include in 2.1.
>
> Also, is anyone volunteering as release manager for 2.1?
>
> Matteo
>
> --
> Matteo Merli
> 
>


Planning for release 2.1

2018-06-18 Thread Matteo Merli
As we are about to release 2.0.1, we have already a batch of new items
ready to be released. Biggest ticket items are:
 * Connector framework
 * Go client library
 * Schema support for Avro and Protobuf

I'd like to propose to cut the release later this week.
Please point out any pending change you want to include in 2.1.

Also, is anyone volunteering as release manager for 2.1?

Matteo

-- 
Matteo Merli



Re: Test library migration proposal

2018-06-18 Thread Ali Ahmed
Agreed will prepare a sample test.

-Ali

On Mon, Jun 18, 2018 at 6:03 AM, Ivan Kelly  wrote:

> > We do have access to the docker client via test containers.
> >
> > There is no binding between test containers and any test framework all
> the
> > underlying methods and classes and fully exposed so they can be mapped to
> > any test harness.
>
> In that case, the first thing to do is try to migrate the smoke test
> to see how the approaches compare.
>
> -Ivan
>


Re: Test library migration proposal

2018-06-18 Thread Ivan Kelly
> We do have access to the docker client via test containers.
>
> There is no binding between test containers and any test framework all the
> underlying methods and classes and fully exposed so they can be mapped to
> any test harness.

In that case, the first thing to do is try to migrate the smoke test
to see how the approaches compare.

-Ivan


Jenkins build is unstable: pulsar-master #536

2018-06-18 Thread Apache Jenkins Server
See 




CloudEvents

2018-06-18 Thread Sijie Guo
Hi all,

cloudevents  is a specification for describing
event data in a common way. I wrote a transport binding proposal for pulsar
- how to map pulsar messages into cloudevents specification. Here is a
draft: https://gist.github.com/sijie/082c59e66b9ed175c1bb48466f3629f0

I would like to get some feedback from the community. If people don't see a
major problem, I will submit a PR to cloudevents to contribute this pulsar
transport binding proposal.

Thank,
Sijie