You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Renamed nats producer send() to publish()
* Renamed nats received() to fetch()
* Renamed NATS_MGMT_PORT to NATS_MNTR_PORT
* Added Nak, Term and InProgress() with ConsumerRecord
* Added test case for new methods term, nak and inprogress in nats
* Fixed formatting issue, causing build failure
* Using assertTrue instead of assertEqual
* fixed build failure
* Formatting fix
* Removing flaky test
* Fixing Indentation Issues
---------
Co-authored-by: Eric Wittmann <eric.wittmann@gmail.com>
Co-authored-by: Carles Arnal <carlesarnal92@gmail.com>
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/consumers/NatsConsumer.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ public interface NatsConsumer<T> extends AutoCloseable {
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/consumers/NatsConsumerImpl.java
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/consumers/NatsConsumerRecord.java
+6
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,10 @@ public interface NatsConsumerRecord<T> {
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/consumers/NatsConsumerRecordImpl.java
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/producers/NatsProducer.java
Copy file name to clipboardexpand all lines: serdes/nats/avro-serde/src/main/java/io/apicurio/registry/serde/avro/nats/client/streaming/producers/NatsProducerImpl.java
0 commit comments