Skip to content

Implement QoS 1 and QoS 2#589

Merged
jfallows merged 24 commits into
aklivity:feature/mqtt-kafkafrom
bmaidics:qos12
Dec 4, 2023
Merged

Implement QoS 1 and QoS 2#589
jfallows merged 24 commits into
aklivity:feature/mqtt-kafkafrom
bmaidics:qos12

Conversation

@bmaidics

@bmaidics bmaidics commented Nov 23, 2023

Copy link
Copy Markdown
Contributor

Fixes #602 #603 #604

@bmaidics bmaidics self-assigned this Nov 23, 2023
@bmaidics bmaidics changed the base branch from develop to feature/mqtt-kafka December 3, 2023 12:14
@bmaidics bmaidics marked this pull request as ready for review December 3, 2023 15:49
private final boolean bootstrapAvailable;
private final List<KafkaMessagesBootstrap> bootstrapStreams;

private final AtomicInteger packetIdCounter;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for concurrent data structure here, use MutableInteger instead.


final class KafkaRetainedProxy
//TODO: how to make these more efficient while keeping the internal object easily modifieable (not using FW)?
private IntArrayList stringToOffsetMetadataList(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's track this as an issue post merge.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed and tracked via #675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants