forklift icon indicating copy to clipboard operation
forklift copied to clipboard

Enterprise Service Bus - Java

Results 8 forklift issues
Sort by recently updated
recently updated
newest added

The KafkaAvroDeserializer uses the writer schema retrieved from the incoming message to deserialize messages into GenericRecords. This leads to default values in a newer Reader schema being ignored. This PR...

#### Changes: - Index `KafkaController` instances based on both topic name and the chosen groupId for a topic this way, each different `GroupedTopicSource`s gets it's own underlying `KafkaConsumer` - If...

enhancement

Scenario: 1) On the producer side, a null value is associated with the key "foo" and sent -> message.put("foo", null); 2) On the consumer side, when the value is read...

The reflections library isn't doing a good job of scanning annotations when lambdas are used in consumers because of the way the jdk builds them into subclasses. We'll need to...

Every process step should either be handled, or produce a sensible error/warning to a log somewhere, instead of failing quietly.

We should probably not allow a consumer that does nothing other than consume a queue to be a valid consumer.