Skip to content

Commit 198e58f

Browse files
authored
Expose LeaderLocator enum (#279)
1 parent 9afa930 commit 198e58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ pub mod types {
100100
pub use crate::client::{Broker, MessageResult, StreamMetadata};
101101
pub use crate::consumer::{Delivery, MessageContext};
102102
pub use crate::offset_specification::OffsetSpecification;
103+
pub use crate::stream_creator::LeaderLocator;
103104
pub use crate::stream_creator::StreamCreator;
104105
pub use crate::superstream::HashRoutingMurmurStrategy;
105106
pub use crate::superstream::RoutingKeyRoutingStrategy;

0 commit comments

Comments
 (0)