Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pulsar-client-go
/ functions
Functions
5,094 in github.com/apache/pulsar-client-go
⨍
Functions
5,094
◇
Types & classes
637
Function
TestElementErrors
(t *testing.T)
pulsar/primitiveSerDe_test.go:98
Function
TestEmptyPath
(t *testing.T)
pulsar/internal/service_uri_test.go:88
Function
TestEmptyServiceUriString
(t *testing.T)
pulsar/internal/service_uri_test.go:45
Function
TestEncodeJSONBody
(t *testing.T)
pulsaradmin/pkg/rest/client_test.go:27
Function
TestEncrypt
(t *testing.T)
pulsar/crypto/default_message_crypto_test.go:69
Function
TestEncryptDecrypt
(t *testing.T)
pulsar/crypto/default_message_crypto_test.go:107
Function
TestEncryptDecryptRedeliveryOnFailure
TestEncryptDecryptRedeliveryOnFailure test redelivery failed messages
pulsar/consumer_test.go:4492
Function
TestEncryptionParam
(t *testing.T)
pulsar/crypto/message_metadata_test.go:108
Function
TestEventTime
(t *testing.T)
pulsar/producer_test.go:314
Function
TestExactlyOnceWithProducerNameSpecified
(t *testing.T)
pulsar/producer_test.go:1716
Function
TestExclusiveProducer
(t *testing.T)
pulsar/producer_test.go:2005
Function
TestExpireIncompleteChunks
(t *testing.T)
pulsar/message_chunking_test.go:211
Function
TestExtensibleLoadManagerTestSuite
(t *testing.T)
pulsar/extensible_load_manager_test.go:44
Function
TestFailOverConsumerPriority
(t *testing.T)
pulsar/consumer_test.go:338
Function
TestFailPendingMessageWithClose
(t *testing.T)
pulsar/producer_test.go:2460
Function
TestFailedSchemaEncode
(t *testing.T)
pulsar/producer_test.go:1221
Function
TestFilterTopics
(t *testing.T)
pulsar/consumer_regex_test.go:39
Function
TestFloatSchema
(t *testing.T)
pulsar/schema_test.go:597
Function
TestFlushInPartitionedProducer
(t *testing.T)
pulsar/producer_test.go:529
Function
TestFlushInProducer
(t *testing.T)
pulsar/producer_test.go:349
Function
TestForEachAndListenJSONSchema
(t *testing.T)
pulsar/table_view_test.go:306
Function
TestFrameChecksum
(t *testing.T)
pulsar/internal/checksum_test.go:26
Function
TestGetAllActiveBrokers
(t *testing.T)
pulsaradmin/pkg/admin/brokers_test.go:68
Function
TestGetDeliveryCount
(t *testing.T)
pulsar/consumer_test.go:3062
Function
TestGetEncryptionKeys
(t *testing.T)
pulsar/crypto/message_metadata_test.go:27
Function
TestGetLeaderBroker
(t *testing.T)
pulsaradmin/pkg/admin/brokers_test.go:52
Function
TestGetMessageByID
(t *testing.T)
pulsaradmin/pkg/admin/subscription_test.go:254
Function
TestGetMessageID
(t *testing.T)
pulsaradmin/pkg/admin/topic_test.go:461
Function
TestGetMessagesByID
(t *testing.T)
pulsaradmin/pkg/admin/subscription_test.go:34
Function
TestGetNamespaceName
(t *testing.T)
pulsaradmin/pkg/utils/namespace_name_test.go:26
Function
TestGetPackageName
(t *testing.T)
pulsaradmin/pkg/utils/package_name_test.go:26
Function
TestGetPartitionedTopicMetadataSuccess
(t *testing.T)
pulsar/internal/lookup_service_test.go:521
Function
TestGetPrivateKey
(t *testing.T)
pulsar/crypto/default_crypto_key_reader_test.go:38
Function
TestGetPublicKey
(t *testing.T)
pulsar/crypto/default_crypto_key_reader_test.go:26
Function
TestGetTopicAutoCreation
(t *testing.T)
pulsaradmin/pkg/admin/namespace_test.go:144
Function
TestGetTopicName
(t *testing.T)
pulsaradmin/pkg/utils/topic_name_test.go:26
Function
TestGetTopicRestPath
(t *testing.T)
pulsar/internal/topic_name_test.go:160
Function
TestGrabConn_AddConsumeHandlerFailure
TestGrabConn_AddConsumeHandlerFailure verifies that grabConn returns the error from AddConsumeHandler without sending a subscribe RPC.
pulsar/consumer_partition_test.go:527
Function
TestGrabConn_BrokerFrameDuringSubscribe
TestGrabConn_BrokerFrameDuringSubscribe simulates the exact race: the broker sends a frame (e.g. ActiveConsumerChange) while the subscribe RPC is stil
pulsar/consumer_partition_test.go:439
Function
TestGrabConn_ConnResetOnAddHandlerFailure
TestGrabConn_ConnResetOnAddHandlerFailure verifies that when AddConsumeHandler fails on the first call (no prior connection), pc.conn is reset to nil.
pulsar/consumer_partition_test.go:542
Function
TestGrabConn_ConnResetOnFirstCallFailure
TestGrabConn_ConnResetOnFirstCallFailure verifies that when grabConn fails on the very first call (no prior connection), pc.conn is reset to nil rathe
pulsar/consumer_partition_test.go:420
Function
TestGrabConn_GetConnectionFailure
TestGrabConn_GetConnectionFailure verifies that grabConn returns the error from GetConnection without registering a handler or sending an RPC.
pulsar/consumer_partition_test.go:510
Function
TestGrabConn_HandlerRegisteredBeforeSubscribe
TestGrabConn_HandlerRegisteredBeforeSubscribe verifies that the consumer handler is registered on the connection BEFORE the subscribe RPC is sent. Wi
pulsar/consumer_partition_test.go:363
Function
TestGrabConn_HandlerRemovedOnSubscribeFailure
TestGrabConn_HandlerRemovedOnSubscribeFailure verifies that when the subscribe RPC fails, the pre-registered consumer handler is removed from the conn
pulsar/consumer_partition_test.go:382
Function
TestGrabConn_HandlerRemovedOnSubscribeTimeout
TestGrabConn_HandlerRemovedOnSubscribeTimeout verifies cleanup on timeout and that the close command is sent on the same connection (not a potentially
pulsar/consumer_partition_test.go:400
Function
TestGrabConn_MessageReceivedDuringSubscribe_NilConn
TestGrabConn_MessageReceivedDuringSubscribe_NilConn verifies that when the broker delivers a MESSAGE frame while the subscribe RPC is in flight, the c
pulsar/consumer_partition_test.go:471
Function
TestGrantProviderScopes
(t *testing.T)
pulsar/auth/oauth2_test.go:298
Function
TestHTTPBasicAuth
(t *testing.T)
pulsar/client_impl_test.go:1041
Function
TestHTTPLookupAvroSchema
(t *testing.T)
pulsar/schema_test.go:381
Function
TestHTTPLookupJsonSchema
(t *testing.T)
pulsar/schema_test.go:182
Function
TestHTTPOAuth2Auth
(t *testing.T)
pulsar/client_impl_test.go:938
Function
TestHTTPOAuth2AuthFailed
(t *testing.T)
pulsar/client_impl_test.go:1008
Function
TestHTTPSAuth
(t *testing.T)
pulsar/client_impl_test.go:816
Function
TestHTTPSAuthError
(t *testing.T)
pulsar/client_impl_test.go:799
Function
TestHTTPSAuthWithCertSupplier
(t *testing.T)
pulsar/client_impl_test.go:835
Function
TestHTTPSBasicAuth
(t *testing.T)
pulsar/client_impl_test.go:1063
Function
TestHTTPSConnection
(t *testing.T)
pulsar/client_impl_test.go:657
Function
TestHTTPSConnectionCAError
(t *testing.T)
pulsar/client_impl_test.go:621
Function
TestHTTPSConnectionHostNameVerification
(t *testing.T)
pulsar/client_impl_test.go:674
Function
TestHTTPSConnectionHostNameVerificationError
(t *testing.T)
pulsar/client_impl_test.go:692
Function
TestHTTPSInsecureConnection
(t *testing.T)
pulsar/client_impl_test.go:640
Function
TestHTTPSOAuth2Auth
(t *testing.T)
pulsar/client_impl_test.go:972
Function
TestHTTPSTokenAuthFromFile
(t *testing.T)
pulsar/client_impl_test.go:919
Function
TestHTTPTokenAuth
(t *testing.T)
pulsar/client_impl_test.go:858
Function
TestHTTPTokenAuthFromFile
(t *testing.T)
pulsar/client_impl_test.go:902
Function
TestHTTPTokenAuthWithSupplier
(t *testing.T)
pulsar/client_impl_test.go:878
Function
TestHTTPTopicPartitions
(t *testing.T)
pulsar/client_impl_test.go:711
Function
TestHttpGetPartitionedTopicMetadataSuccess
(t *testing.T)
pulsar/internal/lookup_service_test.go:646
Function
TestHttpLookupSuccess
(t *testing.T)
pulsar/internal/lookup_service_test.go:631
Function
TestIllegalParams
(t *testing.T)
pulsar/auth/athenz_test.go:289
Function
TestInitVersion
(t *testing.T)
pulsar/internal/version_test.go:26
Function
TestInt16Schema
(t *testing.T)
pulsar/schema_test.go:495
Function
TestInt32Schema
(t *testing.T)
pulsar/schema_test.go:529
Function
TestInt64Schema
(t *testing.T)
pulsar/schema_test.go:563
Function
TestInt8Schema
(t *testing.T)
pulsar/schema_test.go:460
Function
TestInternalTopicSubscribeToPartitionsDoesNotBlockExistingPartitionLookup
(t *testing.T)
pulsar/consumer_test.go:5933
Function
TestInternalTopicSubscribeToPartitionsPublishesConsumersBeforeDispatchingMessages
(t *testing.T)
pulsar/consumer_test.go:5993
Function
TestInvalidBracketedAdditionalHost
(t *testing.T)
pulsar/internal/service_uri_test.go:187
Function
TestInvalidChunkingConfig
(t *testing.T)
pulsar/message_chunking_test.go:43
Function
TestInvalidKeyPath
(t *testing.T)
pulsar/crypto/default_crypto_key_reader_test.go:50
Function
TestInvalidServiceUris
(t *testing.T)
pulsar/internal/service_uri_test.go:28
Function
TestInvalidURL
(t *testing.T)
pulsar/producer_test.go:55
Function
TestIpv6Uri
(t *testing.T)
pulsar/internal/service_uri_test.go:103
Function
TestIpv6UriWithoutPulsarPort
(t *testing.T)
pulsar/internal/service_uri_test.go:109
Function
TestIsHTTP
(t *testing.T)
pulsar/internal/service_uri_test.go:67
Function
TestIsNilFixed
nolint
pulsaradmin/pkg/utils/utils_test.go:43
Function
TestIsNonRetriableSubscribeError
(t *testing.T)
pulsar/consumer_test.go:6418
Function
TestIsV2Namespace
(t *testing.T)
pulsar/internal/namespace_name_test.go:26
Function
TestIsV2TopicName
(t *testing.T)
pulsar/internal/topic_name_test.go:128
Function
TestJavaCompatibility
(t *testing.T)
pulsar/internal/compression/compression_test.go:71
Function
TestJavaHash
(t *testing.T)
pulsar/internal/hash_test.go:44
Function
TestJsonSchema
(t *testing.T)
pulsar/schema_test.go:134
Function
TestKeyBasedBatchProducerConsumerKeyShared
(t *testing.T)
pulsar/consumer_test.go:3430
Function
TestKeyBasedBatcherOrdering
(t *testing.T)
pulsar/internal/key_based_batch_builder_test.go:41
Function
TestLargeMessage
(t *testing.T)
pulsar/message_chunking_test.go:62
Function
TestLimit
(t *testing.T)
pulsar/internal/memory_limit_controller_test.go:29
Function
TestLocalTopicPoliciesParityWithTopics
(t *testing.T)
pulsaradmin/pkg/admin/topic_policies_test.go:223
Function
TestLookupConsumer
(t *testing.T)
pulsar/consumer_test.go:5532
Function
TestLookupService_InvalidScheme_ShouldNotPanic
(t *testing.T)
pulsar/internal/rpc_client_test.go:47
Function
TestLookupService_InvalidURL_ShouldNotPanic
(t *testing.T)
pulsar/internal/rpc_client_test.go:36
← previous
next →
4,401–4,500 of 5,094, ranked by callers