Skip to content

DXLS-2202 DXL Tiered Storage#29

Open
hvillalb wants to merge 22 commits intomasterfrom
DXLS-2202-dxl-tiered-storage
Open

DXLS-2202 DXL Tiered Storage#29
hvillalb wants to merge 22 commits intomasterfrom
DXLS-2202-dxl-tiered-storage

Conversation

@hvillalb
Copy link
Copy Markdown
Contributor

No description provided.

.addBroker(9092)
.zookeeperPort(2181)
.start();
// ClusterHelper
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.

Could delete commented code lines.


public ProducerRecord<byte[]> getProducerRecord(final String topic, final byte[] payload) {
String key = String.valueOf(System.currentTimeMillis());
TierStorageMetadata tStorageMetadata = new TierStorageMetadata("databus-poc-test", topic + key);
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.

Create strings as a final variables.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants