Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXLS-2202 DXL Tiered Storage #29

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Conversation

hvillalb
Copy link
Contributor

No description provided.

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

None yet

6 participants