Caleb Champlin

Results 12 issues of Caleb Champlin

Corrects the OSGI MetaType Provider to utilize the correct property for FELIX_JETTY_SESSION_SCAVENGING_INTERVAL

Adds the ability to actually enable statistics collection for the Jetty server.

We're trying to utilize your code to leverage inherited objects through a webservice. We are running into a number of problems. Our mapping setup is as follows ``` xml ```...

When calling into plugins the behavior is not consistent depending on how much data is being passed. For small amounts of data everything seems fine. For larger amounts of data...

This change adds a new header "Nats-Expected-Last-Subject-Sequence-Subject" when when paired with "Nats-Expected-Last-Subject-Sequence" allows publishers to customize the subject used when the server enforces "Nats-Expected-Last-Subject-Sequence". Publishers can specify a alternative subject...

stale

### Proposed change I'd like to request a change to allow publishers to provide a specific subject for use when nats-server enforced "Nats-Expected-Last-Subject-Sequence". Adding an additional header field that allows...

proposal

## What? Update the grpc stream being call to pass tags and params that include custom tags and method information ## Why? Addresses https://github.com/grafana/k6/issues/3745 ## Checklist - [X] I have...

awaiting user
area: grpc

### Brief summary When using GRPC streams in k6 when a stream is closed because of an error or normal execution a `grpc_req_duration` is emitted but it contains no information...

bug
awaiting user

Adds publish option ExpectLastSequencePerSubjectForSubject to create the publish header "Nats-Expected-Last-Subject-Sequence-Subject" with the supplied value. This enables the server use an alternate subject when enforcing "Nats-Expected-Last-Subject-Sequence" Relates to https://github.com/nats-io/nats-server/issues/5280 Relates to...

### Observed behavior When using Fetch() with an OrderedConsumer and a delivery policy of DeliverLastPerSubjectPolicy multiple messages for a single subject will be returned. Instead of one message per subject....

defect