Skip to content

Commit

Permalink
fix datastream url builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Sep 18, 2024
1 parent 2c8d921 commit b0ea6e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public DataStreamChannel(DataStreamChannelOptions<TEvent> options, ICollection<I
{
var dataStream = Options.DataStream.ToString();

_url = $"/{dataStream}{base.BulkUrl}";
_url = $"{dataStream}/{base.BulkUrl}";

_fixedHeader = new CreateOperation();
}

Expand Down

0 comments on commit b0ea6e6

Please sign in to comment.