Skip to content

Commit

Permalink
[INLONG-9075][Sort] TubeMQSource support InlongMsg format
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Oct 19, 2023
1 parent 18fc4c8 commit b62b32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/
public class TubeMQDynamicTableFactory implements DynamicTableSourceFactory, DynamicTableSinkFactory {

public static final String IDENTIFIER = "tubemq";
public static final String IDENTIFIER = "tubemq-inlong";

public static final List<String> INNERFORMATTYPE = Arrays.asList("inlong-msg");

Expand Down

0 comments on commit b62b32d

Please sign in to comment.