Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ public interface KafkaTopics {

public final static String REFERENCES_EXPORT_TOPIC = "_citesphere_export_references_topic";
public final static String REFERENCES_EXPORT_DONE_TOPIC = "_citesphere_export_references_done_topic";

public final static String COLLECTION_IMPORT_TOPIC = "_citesphere_import_collections_topic";
Copy link
Member

Choose a reason for hiding this comment

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

Let's add javadoc here explaining what this topic is used for (it's starting to get less intuitively understandable).

public final static String REFERENCES_IMPORT_CROSSREF_TOPIC = "_citesphere_import_crossref_topic";
}