basis-company / nats.php

nats jetstream client for php
116 stars 29 forks source link

KeyValue buckets and keys can be lowercase #88

Closed BZValoche closed 2 weeks ago

BZValoche commented 2 weeks ago

The code calls strtoupper() for KeyValue, why? NATS can have buckets in lowercase, as well as the keys in the buckets.

KeyValue/Configuration.php line 33 Bucket.php lines 101 and 115