schema-registry-php-client icon indicating copy to clipboard operation
schema-registry-php-client copied to clipboard

Protobuf & JSONSchema support

Open tPl0ch opened this issue 5 years ago • 7 comments

Fixes #41

tPl0ch avatar Oct 16 '20 08:10 tPl0ch

Good morning @tPl0ch

Would it be possible to get a status update on this issue? And how we could help or what is needed to push this to a finished state.

TheLevti avatar Nov 25 '20 10:11 TheLevti

Bump on this.

@tPl0ch @TheLevti I would love get a little discussion group going to see if we can't knock this feature out of the park.

Are either of you interested/available in the near future?

nickpoulos avatar Aug 11 '21 16:08 nickpoulos

Bump on this.

@tPl0ch @TheLevti I would love get a little discussion group going to see if we can't knock this feature out of the park.

Are either of you interested/available in the near future?

We did not wait for this package any longer and instead developed our own package to support the json schema registry. Our current plan is to open source our implementation some time in the future. But sure, I am in for any talk/discussions.

TheLevti avatar Aug 12 '21 08:08 TheLevti

@TheLevti may I ask what the reason was to build another library instead of contributing to this one? This question is not meant to be judgemental, but I am just curious if this is library is not approachable for others.

tPl0ch avatar Aug 13 '21 05:08 tPl0ch

@TheLevti may I ask what the reason was to build another library instead of contributing to this one? This question is not meant to be judgemental, but I am just curious if this is library is not approachable for others.

We could not wait :). Also we checked our requirements and we just needed json schema registry implementation and thats what we did. As far as I understood, this library wants to add a general schema registry implementation for several formats.

TheLevti avatar Aug 13 '21 12:08 TheLevti

I understand that the problem is in the difficulty of understanding code of this library... I do not understand it yet. But I really need Protobuf. What is now in this branch how much usable? Can I implement own wrapper to serialize Protobuf, and use it for work with schemas?

(Although it is obvious that the schema registry APIs are similar, and call the same REST APIs regardless of the schema type, and handle them the same way).

lubagov avatar Oct 18 '21 16:10 lubagov

@tPl0ch is there a discord or something where we can discuss this PR?

As others have mentioned, this code base is difficult to dive into without some kind of guidance.

It has been a few years and Protobuf support is a feature my team has been desperate to get implemented.

nickpoulos avatar Jun 21 '22 02:06 nickpoulos