Joe Littlejohn
Joe Littlejohn
When jsonschema2pojo was created, 'definitions' was not part of the standard. Many people started using 'definitions' to hold extra schemas but we didn't add support here because it was just...
I don't think we should use inner classes, this pattern isn't used anywhere else. It also creates a more serious breaking change. I think these should go into whatever package...
I like the idea of using `const` to return a fixed value and having no setter. I don't think skipping this field during serialization is the correct thing to do...
I don't think relying on the record processor to 'look at the exception and apply the appropriate retry policy' is adequate here. There are a wide range of scenarios in...
@lightblu I don't think it's a bit far fetched, unless I have misunderstood the KCL implementation. @Mentis said: > useless for **any application that must guarantee event delivery** and I...
@apiwoni Could you explain to me how one can implement an app with at-least-once delivery guaranteed, using the current KCL implementation?
@apiwoni I don't think I'm confused, but maybe we simply haven't understood each other yet. What I'm talking about is attempting to implement an application on top of Kineses that...
Ordering is a separate topic I think. Let's leave ordering aside for now and consider only the delivery guarantees of the applications we build. If your application wants to ignore...
@supernavy so you agree then that: 1. The only way to guarantee recovery from an unexpected error state is to allow indefinite retry 2. The only way to allow indefinite...
@barkanido Re your question about whether this ticket is a good one for a Faraday noob to tackle, it's probably not :slightly_smiling_face: The existing paging implementation is one of the...