Jay Sen
Jay Sen
+1, would u be able to produce PR on this feature?
@gliwka , any plan to support ARM (using the ARM variant of hyperscan : https://github.com/VectorCamp/vectorscan) ? This is amazing work btw. Thanks for doing and sharing it. -- nevermind just...
+1, combining lombok capability would complement the functionality the `jsonschema2pojo` wants to provide. I am not very familiar with this codebase, but happy to collaborate if additional hands needed. thanks
or if we can make the constructor public, user can also create the DynamicSchema using FileDescriptor directly. @os72 pls let me know ur thoughts. THanks
@os72 , did u get chance to look at this? I can plan to open PR for this.
actually u would only need to traverse the array once ( from end until u find non-default value), and this can only be activated with configuration so default behavior wont...
@satishd protobuf does not contain schema in its encoded message, you require generated class from IDL to decode it. although it requires code generation(compilation of IDL) before its use, If...
@satishd @raju-saravanan @arunmahadevan we are planning to add protobuf support. created #721 can u guys pls provide comments and support or direct to right engineers who can help us review?...
Regarding JSON, yes, that would an easy way, but it changes the schema language. we can probaly have both. would start with JSON for now. Thanks for the suggestion.
Sure, I may have to take some iterative way of adding all these, as I am only adding the basic protobuf support first. but I will make sure we dont...